Maven module :un.api : api-display :
Class : un.api.anim.CompoundAnimation
Extends/Implements : un.api.anim.AbstractAnimation
Subclasses : -

Group of animations acting like a single one.
author  Johann Sorel


Variables : -
Functions : CompoundAnimation, getElements, setSpeed, setTime, getLength, start, stop, reset, setRepeatCount, update



public void CompoundAnimation ()

public Sequence getElements ()

public void setSpeed (float speed)

public void setTime (double time)


Return the length of the longest sub animation.
return  speed
public double getLength ()

public void start ()

public void stop ()

public void reset ()

public void setRepeatCount (int repeat)

public void update ()