public class ChainedTransformation extends Transformation<ChainedTransformation,ITransformable>
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<Transformation> |
listTransformations |
delay, duration, elapsedTimeCurrentLoop, LINEAR, loopResetDelay, loops, loopStartDelay, movement, reversed, SINUSOIDAL
Constructor and Description |
---|
ChainedTransformation(Transformation... transformations) |
Modifier and Type | Method and Description |
---|---|
ChainedTransformation |
addTransformations(Transformation... transformations) |
protected void |
doTransform(ITransformable transformable,
float comp) |
completion, delay, forTicks, forTicks, getDelay, getDuration, getLoopDuration, getLoops, loop, loop, movement, reversed, totalDuration, transform, transform
protected java.util.ArrayList<Transformation> listTransformations
public ChainedTransformation(Transformation... transformations)
public ChainedTransformation addTransformations(Transformation... transformations)
protected void doTransform(ITransformable transformable, float comp)
doTransform
in class Transformation<ChainedTransformation,ITransformable>