public class AlphaTransform extends Transformation<AlphaTransform,ITransformable.Alpha>
Modifier and Type | Field and Description |
---|---|
protected int |
fromAlpha |
protected int |
toAlpha |
delay, duration, elapsedTimeCurrentLoop, LINEAR, loopResetDelay, loops, loopStartDelay, movement, reversed, SINUSOIDAL
Constructor and Description |
---|
AlphaTransform(int fromAlpa,
int toAlpha) |
Modifier and Type | Method and Description |
---|---|
protected void |
doTransform(ITransformable.Alpha transformable,
float comp) |
completion, delay, forTicks, forTicks, getDelay, getDuration, getLoopDuration, getLoops, loop, loop, movement, reversed, totalDuration, transform, transform
protected void doTransform(ITransformable.Alpha transformable, float comp)
doTransform
in class Transformation<AlphaTransform,ITransformable.Alpha>