|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anji.imaging.CardinalDirection
Enumerated type representing 4 cardinal directions, north, south, east , west;
Field Summary | |
static CardinalDirection |
EAST
east |
static CardinalDirection |
NORTH
north |
static CardinalDirection |
SOUTH
south |
static CardinalDirection |
WEST
west |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
define this so objects may be used in hash tables |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final CardinalDirection NORTH
public static final CardinalDirection SOUTH
public static final CardinalDirection EAST
public static final CardinalDirection WEST
Method Detail |
public boolean equals(java.lang.Object o)
Object.equals(java.lang.Object)
public java.lang.String toString()
Object.toString()
public int hashCode()
Object.hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |