|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tecit.jni.barcode.TextAlignment
public class TextAlignment
The class TextAlignment
serves as container for the text alignment
enumerations.
Field Summary | |
---|---|
static int |
Center
The text is aligned to the center |
static int |
Default
Default text alignment ( == center) |
static int |
Left
The text is aligned to the left |
static int |
Right
The text is aligned to the right |
Constructor Summary | |
---|---|
TextAlignment()
|
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 int Default
public static final int Left
public static final int Right
public static final int Center
Constructor Detail |
---|
public TextAlignment()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |