|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lava.text.JUSTIFY
An enumeration of text justification styles. Justification occurs when the text is shorter than the region where it will be displayed.
lava.string.StringJustifier
,
lava.math.NumberFormatter
,
lava.math.IntegerFormatter
,
lava.math.RealFormatter
Field Summary | |
static int |
CENTER
Indicates that text should be centered. |
static int |
FULL
Indicates that text should be fully justified, i.e., left- and right-aligned. |
static int |
LEFT
Indicates that text should be left-aligned. |
static int |
RIGHT
Indicates that text should be right-aligned. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int RIGHT
public static final int LEFT
public static final int CENTER
public static final int FULL
|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |