org.gnu.gtk
public class Justification extends Enum
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.
See Also: todo: update doc
Field Summary | |
---|---|
static Justification | CENTER |
static Justification | FILL |
static Justification | LEFT |
static Justification | RIGHT |
Method Summary | |
---|---|
Justification | and(Justification other) |
static Justification | intern(int value) |
Justification | or(Justification other) |
boolean | test(Justification other) |
Justification | xor(Justification other) |