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 static final Orientation BAD
 o NORTH
 public static final Orientation NORTH
 o SOUTH
 public static final Orientation SOUTH
 o EAST
 public static final Orientation EAST
 o WEST
 public static final Orientation WEST
 o CENTER
 public static final Orientation CENTER
 o TOP
 public static final Orientation TOP
 o LEFT
 public static final Orientation LEFT
 o RIGHT
 public static final Orientation RIGHT
 o BOTTOM
 public static final Orientation BOTTOM
 o HORIZONTAL
 public static final Orientation HORIZONTAL
 o VERTICAL
 public static final 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