Class TextAlign
java.lang.Object
org.openpatch.scratch.extensions.text.TextAlign
The TextAlign class provides constants for text alignment options. These constants can be used to
set the alignment of text in a graphical application.
Available alignment options:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT
public static int DEFAULT -
CENTER
public static int CENTER -
RIGHT
public static int RIGHT -
LEFT
public static int LEFT
-
-
Constructor Details
-
TextAlign
public TextAlign()
-