|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.TextControl.Justification
public static class TextControl.Justification
Class to represent the different types of justification Use a class so the user can't just pass in an arbitrary integer abcd 5 February 2001
Field Summary | |
---|---|
static TextControl.Justification |
CENTER
Predefined value for center justification |
static TextControl.Justification |
LEFT
Predefined value for left justification |
static TextControl.Justification |
RIGHT
Predefined value for right justification |
Constructor Summary | |
---|---|
TextControl.Justification(java.lang.String newName)
Constructor - simply store the name |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TextControl.Justification LEFT
public static final TextControl.Justification CENTER
public static final TextControl.Justification RIGHT
Constructor Detail |
---|
public TextControl.Justification(java.lang.String newName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |