public class ParallelTransformation extends Transformation<ParallelTransformation,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 |
|---|
ParallelTransformation(Transformation... transformations) |
| Modifier and Type | Method and Description |
|---|---|
ParallelTransformation |
addTransformations(Transformation... transformations) |
protected void |
doTransform(ITransformable transformable,
float comp) |
ParallelTransformation |
reversed(boolean reversed) |
completion, delay, forTicks, forTicks, getDelay, getDuration, getLoopDuration, getLoops, loop, loop, movement, totalDuration, transform, transformprotected java.util.ArrayList<Transformation> listTransformations
public ParallelTransformation(Transformation... transformations)
public ParallelTransformation addTransformations(Transformation... transformations)
protected void doTransform(ITransformable transformable, float comp)
doTransform in class Transformation<ParallelTransformation,ITransformable>public ParallelTransformation reversed(boolean reversed)
reversed in class Transformation<ParallelTransformation,ITransformable>