Class gjt.Orientation
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.Orientation

java.lang.Object
   |
   +----gjt.Orientation

public class Orientation
extends Object
Constants for orientations (and alignments).

This class may not be instantiated.


Variable Index

 o BAD
 o BOTTOM
 o CENTER
 o EAST
 o HORIZONTAL
 o LEFT
 o NORTH
 o RIGHT
 o SOUTH
 o TOP
 o VERTICAL
 o WEST

Method Index

 o fromString(String)
 o toString()

Variables

 o BAD
  public final static Orientation BAD
 o NORTH
  public final static Orientation NORTH
 o SOUTH
  public final static Orientation SOUTH
 o EAST
  public final static Orientation EAST
 o WEST
  public final static Orientation WEST
 o CENTER
  public final static Orientation CENTER
 o TOP
  public final static Orientation TOP
 o LEFT
  public final static Orientation LEFT
 o RIGHT
  public final static Orientation RIGHT
 o BOTTOM
  public final static Orientation BOTTOM
 o HORIZONTAL
  public final static Orientation HORIZONTAL
 o VERTICAL
  public final static Orientation VERTICAL

Methods

 o fromString
  public static Orientation fromString(String s)
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index