public final class Justification
extends org.freedesktop.bindings.Constant
setJustify()
as well as TextView's setJustify()
and TextTag's setJustify()
.Modifier and Type | Field and Description |
---|---|
static Justification |
CENTER
Indicate text should be justified to the center of the Label.
|
static Justification |
FILL
Indicate text should be distributed evenly across the width of Label.
|
static Justification |
LEFT
Indicate text should justify to the left edge of the Label.
|
static Justification |
RIGHT
Indicate text should be justified to the right edge of the Label.
|
public static final Justification CENTER
public static final Justification FILL
public static final Justification LEFT
public static final Justification RIGHT