|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.Justification
org.gnome.gtk.Justification
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class Justification
Used for justifying the text inside a Label widget.
JUSTIFY_LEFT The text is placed at the left edge of the label. JUSTIFY_RIGHT The text is placed at the right edge of the label. JUSTIFY_CENTER The text is placed in the center of the label. JUSTIFY_FILL The text is placed is distributed across the label.
todo: update doc
Field Summary | |
---|---|
static Justification |
CENTER
Deprecated. |
static Justification |
FILL
Deprecated. |
static Justification |
LEFT
Deprecated. |
static Justification |
RIGHT
Deprecated. |
Method Summary | |
---|---|
Justification |
and(Justification other)
Deprecated. |
static Justification |
intern(int value)
Deprecated. |
Justification |
or(Justification other)
Deprecated. |
boolean |
test(Justification other)
Deprecated. |
Justification |
xor(Justification other)
Deprecated. |
Methods inherited from class org.gnu.glib.Enum |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Justification LEFT
public static final Justification RIGHT
public static final Justification CENTER
public static final Justification FILL
Method Detail |
---|
public static Justification intern(int value)
public Justification or(Justification other)
public Justification and(Justification other)
public Justification xor(Justification other)
public boolean test(Justification other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |