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.


Field Summary
static int BOTTOM
           
static int CENTRE
           
static int LEFT
           
static int N_TYPES
           
static java.lang.String[] names
           
static int RIGHT
           
static int TOP
           
 
Constructor Summary
Justification()
           
 
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
 

Field Detail

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
Constructor Detail

Justification

public Justification()
Method Detail

name

public static java.lang.String name(int which)