public class ParallelTransformation extends Transformation<ParallelTransformation,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 |
|---|
ParallelTransformation(Transformation<?,?>... transformations)
Instantiates a new
ParallelTransformation. |
| Modifier and Type | Method and Description |
|---|---|
ParallelTransformation |
addTransformations(Transformation<?,?>... transformations)
Adds the
Transformation this to ParallelTransformation |
protected void |
doTransform(ITransformable transformable,
float comp)
Calculates the tranformation.
|
ParallelTransformation |
reversed(boolean reversed)
Sets this trasformation in reverse.
|
ParallelTransformation |
self()
Gets this
ParallelTransformation |
completion, delay, forTicks, forTicks, getDelay, getDuration, getLoopDuration, getLoops, loop, loop, movement, totalDuration, transform, transformprotected java.util.ArrayList<Transformation<?,?>> listTransformations
public ParallelTransformation(Transformation<?,?>... transformations)
ParallelTransformation.transformations - the transformationspublic ParallelTransformation self()
ParallelTransformationself in class Transformation<ParallelTransformation,ITransformable>public ParallelTransformation addTransformations(Transformation<?,?>... transformations)
Transformation this to ParallelTransformationtransformations - the transformationsprotected void doTransform(ITransformable transformable, float comp)
doTransform in class Transformation<ParallelTransformation,ITransformable>transformable - the transformablecomp - the comppublic ParallelTransformation reversed(boolean reversed)
reversed in class Transformation<ParallelTransformation,ITransformable>reversed - the reversed