|
||||||||||
| 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.Looping
Class Looping: an enumeration for the looping mode an animated sprite could use.
Revision History:
v1.0 (Mar. 12, 2004) - Created the Looping class
| Field Summary | |
static Looping |
INFINITE
Represents the animation which repeats infinitely. |
static Looping |
NONE
Represents the animation that is "stuck" in the current frame. |
static Looping |
ONCE
Represents the animation that only loops once, after which it reverts to the NONE looping mode in the first frame. |
| 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 Looping NONE
public static final Looping ONCE
public static final Looping INFINITE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||