|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.anim.AbstractAnimationObject
public abstract class AbstractAnimationObject
Abstract base class for animation objects.
Constructor Summary | |
---|---|
AbstractAnimationObject(long preferredDuration)
|
Method Summary | |
---|---|
void |
disposeAnimation()
Disposes the animation object. |
void |
initAnimation()
Initializes the animation object. |
long |
preferredDuration()
Returns the preferred animation length in milliseconds that the display of all provided animation frames should last. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.frag.umlplugin.anim.AnimationObject |
---|
calcFrame |
Constructor Detail |
---|
public AbstractAnimationObject(long preferredDuration)
Method Detail |
---|
public void initAnimation()
AnimationObject
initAnimation
in interface AnimationObject
public void disposeAnimation()
AnimationObject
disposeAnimation
in interface AnimationObject
public long preferredDuration()
AnimationObject
preferredDuration
in interface AnimationObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |