|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.print.attribute.EnumSyntax
edu.gatech.cs2335.lemmings.graphics.Direction
Class Direction: an enumeration for the directions a sprite could be facing.
Revision History:
v1.0 (Mar. 12, 2004) - Created the Direction class
| Field Summary | |
static Direction |
LEFT
Represents the right-to-left motion direction. |
static Direction |
NO_DIRECTION
Represents the direction of heading nowhere. |
static Direction |
RIGHT
Represents the left-to-right motion direction. |
| Methods inherited from class javax.print.attribute.EnumSyntax |
clone, getEnumValueTable, getOffset, getStringTable, getValue, hashCode, readResolve, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Direction NO_DIRECTION
public static final Direction LEFT
public static final Direction RIGHT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||