org.jscience.awt.util
Class Orientation
java.lang.Object
org.jscience.awt.util.Orientation
public class Orientation
- extends java.lang.Object
Constants for orientations (and alignments).
This class may not be instantiated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BAD
public static final Orientation BAD
NORTH
public static final Orientation NORTH
SOUTH
public static final Orientation SOUTH
EAST
public static final Orientation EAST
WEST
public static final Orientation WEST
CENTER
public static final Orientation CENTER
TOP
public static final Orientation TOP
LEFT
public static final Orientation LEFT
RIGHT
public static final Orientation RIGHT
BOTTOM
public static final Orientation BOTTOM
HORIZONTAL
public static final Orientation HORIZONTAL
VERTICAL
public static final Orientation VERTICAL
fromString
public static Orientation fromString(java.lang.String s)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object