de.frag.umlplugin.anim
Interface CompositeAnimationObject

All Superinterfaces:
AnimationObject
All Known Implementing Classes:
AbstractCompositeAnimationObject

public interface CompositeAnimationObject
extends AnimationObject

A composite animation object is an animation object that contains several child animation objects.


Method Summary
 void addAnimation(AnimationObject animationObject)
          Adds given animation object to this composite object.
 
Methods inherited from interface de.frag.umlplugin.anim.AnimationObject
calcFrame, disposeAnimation, initAnimation, preferredDuration
 

Method Detail

addAnimation

void addAnimation(@NotNull
                  AnimationObject animationObject)
Adds given animation object to this composite object.

Parameters:
animationObject - animation object to add