public class ChainedTransformation extends Transformation<ChainedTransformation,ITransformable>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<Transformation<?,?>> |
listTransformations
List of transformations.
|
delay, duration, elapsedTimeCurrentLoop, LINEAR, loopResetDelay, loops, loopStartDelay, movement, reversed, SINUSOIDAL| Constructor and Description |
|---|
ChainedTransformation(Transformation<?,?>... transformations)
Instantiates a new
ChainedTransformation. |
| Modifier and Type | Method and Description |
|---|---|
ChainedTransformation |
addTransformations(Transformation<?,?>... transformations)
Adds the
Transformation this to ParallelTransformation |
protected void |
doTransform(ITransformable transformable,
float comp)
Calculates the transformation.
|
ChainedTransformation |
self()
Gets this
ChainedTransformation. |
completion, delay, forTicks, forTicks, getDelay, getDuration, getLoopDuration, getLoops, loop, loop, movement, reversed, totalDuration, transform, transformprotected java.util.ArrayList<Transformation<?,?>> listTransformations
public ChainedTransformation(Transformation<?,?>... transformations)
ChainedTransformation.transformations - the transformationspublic ChainedTransformation self()
ChainedTransformation.self in class Transformation<ChainedTransformation,ITransformable>public ChainedTransformation addTransformations(Transformation<?,?>... transformations)
Transformation this to ParallelTransformationtransformations - the transformationsprotected void doTransform(ITransformable transformable, float comp)
doTransform in class Transformation<ChainedTransformation,ITransformable>transformable - the transformablecomp - the comp