|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectunc.cdva.utils.TaggedObject
unc.cdva.interactiveitems.InteractiveItem
unc.cdva.interactiveitems.AnimatedItem
public abstract class AnimatedItem
Interface for an item that has an animation associated with it. For items that move as well, use the MobileItem interface instead.
Field Summary |
---|
Fields inherited from class unc.cdva.interactiveitems.InteractiveItem |
---|
direction, position, scaling |
Constructor Summary | |
---|---|
AnimatedItem()
|
Method Summary | |
---|---|
abstract void |
advanceInTime(long delta)
|
Methods inherited from class unc.cdva.interactiveitems.InteractiveItem |
---|
getDirection, getPdsBean, getPosition, getScaling, getState, setDirection, setPds, setPosition, setScaling, setState |
Methods inherited from class unc.cdva.utils.TaggedObject |
---|
createId, equals, getId, hashCode, setId, setId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnimatedItem()
Method Detail |
---|
public abstract void advanceInTime(long delta)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |