|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lava.text.CROP
An enumeration of text cropping styles. Cropping occurs when the text is longer than the region where it will be displayed.
lava.string.StringJustifier
Field Summary | |
static int |
LEFT
Indicates that the left-most portion of the text should be cropped. |
static int |
MIDDLE
Indicates that a segment from the middle of the text should be omitted. |
static int |
NONE
Indicates that the text should not be cropped. |
static int |
RIGHT
Indicates that the right-most portion of the text should be cropped. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int NONE
public static final int RIGHT
public static final int LEFT
public static final int MIDDLE
|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |