com.tecit.jni.barcode
Class TextAlignment

java.lang.Object
  extended by com.tecit.jni.barcode.TextAlignment

public class TextAlignment
extends java.lang.Object

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

Default

public static final int Default
Default text alignment ( == center)

See Also:
Constant Field Values

Left

public static final int Left
The text is aligned to the left

See Also:
Constant Field Values

Right

public static final int Right
The text is aligned to the right

See Also:
Constant Field Values

Center

public static final int Center
The text is aligned to the center

See Also:
Constant Field Values
Constructor Detail

TextAlignment

public TextAlignment()