|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anji.imaging.CardinalDirection
public class 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)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||