|
java-gnome version 4.0.15 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.Justification
public final class Justification
Constants that represent the justification of text. Most notably, this is
used by Label; see its setJustify()
as well as TextView's setJustify().
| Field Summary | |
|---|---|
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. |
| Method Summary |
|---|
| Methods inherited from class org.freedesktop.bindings.Constant |
|---|
toString |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Justification CENTER
public static final Justification FILL
public static final Justification LEFT
public static final Justification RIGHT
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||