|
||||||||||
| 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
A class to represent the different types of justification. Use a class so the user can't just pass in an arbitrary integer
| Field Summary | |
|---|---|
static TextControl.Justification |
BOTTOM
Predefined value for bottom justification |
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 |
static TextControl.Justification |
TOP
Predefined value for top justification |
| Constructor Summary | |
|---|---|
TextControl.Justification(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
public static final TextControl.Justification TOP
public static final TextControl.Justification BOTTOM
| Constructor Detail |
|---|
public TextControl.Justification(String newName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||