|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.anim.AbstractCompositeAnimationObject
public abstract class AbstractCompositeAnimationObject
Base class for composite animation objects.
Field Summary | |
---|---|
protected java.util.List<AnimationObject> |
children
|
Constructor Summary | |
---|---|
AbstractCompositeAnimationObject()
|
Method Summary | |
---|---|
void |
addAnimation(AnimationObject animationObject)
Adds given animation object to this composite object. |
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, disposeAnimation, initAnimation, preferredDuration |
Field Detail |
---|
protected final java.util.List<AnimationObject> children
Constructor Detail |
---|
public AbstractCompositeAnimationObject()
Method Detail |
---|
public void addAnimation(@NotNull AnimationObject animationObject)
addAnimation
in interface CompositeAnimationObject
animationObject
- animation object to add
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |