org.omegahat.Graphics.Primitives
Class Justification
java.lang.Object
|
+--org.omegahat.Graphics.Primitives.Justification
- public class Justification
- extends java.lang.Object
Constants for vertical and horizontal justification of rendered graphical objects.
|
Method Summary |
static java.lang.String |
name(int which)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LEFT
public static final int LEFT
RIGHT
public static final int RIGHT
CENTRE
public static final int CENTRE
TOP
public static final int TOP
BOTTOM
public static final int BOTTOM
N_TYPES
public static final int N_TYPES
names
public static java.lang.String[] names
Justification
public Justification()
name
public static java.lang.String name(int which)