|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Justification | |
org.gnu.gtk |
Uses of Justification in org.gnu.gtk |
Fields in org.gnu.gtk declared as Justification | |
static Justification |
Justification.LEFT
|
static Justification |
Justification.RIGHT
|
static Justification |
Justification.CENTER
|
static Justification |
Justification.FILL
|
Methods in org.gnu.gtk that return Justification | |
static Justification |
Justification.intern(int value)
|
Justification |
Justification.or(Justification other)
|
Justification |
Justification.and(Justification other)
|
Justification |
Justification.xor(Justification other)
|
Justification |
TextAttributes.getJustification()
|
Justification |
Label.getJustification()
Returns the justification of the label. |
Methods in org.gnu.gtk with parameters of type Justification | |
Justification |
Justification.or(Justification other)
|
Justification |
Justification.and(Justification other)
|
Justification |
Justification.xor(Justification other)
|
boolean |
Justification.test(Justification other)
|
void |
TextTag.setJustification(Justification justification)
|
void |
TextView.setJustification(Justification justification)
Sets the default justification of text in text_view. |
void |
Label.setJustification(Justification justification)
Sets the alignment of the lines in the text of the label relative to each other. |
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV NEXT | FRAMES NO FRAMES |