public class Scale extends Transformation<Scale,ITransformable.Scale>
Modifier and Type | Field and Description |
---|---|
protected float |
fromX |
protected float |
fromY |
protected float |
fromZ |
protected float |
offsetX |
protected float |
offsetY |
protected float |
offsetZ |
protected float |
toX |
protected float |
toY |
protected float |
toZ |
delay, duration, elapsedTimeCurrentLoop, LINEAR, loopResetDelay, loops, loopStartDelay, movement, reversed, SINUSOIDAL
Constructor and Description |
---|
Scale() |
Scale(float x,
float y,
float z) |
Scale(float fromX,
float fromY,
float fromZ,
float toX,
float toY,
float toZ) |
Modifier and Type | Method and Description |
---|---|
protected void |
doTransform(ITransformable.Scale transformable,
float comp) |
protected Scale |
from(float x,
float y,
float z) |
Scale |
offset(float x,
float y,
float z) |
protected Scale |
to(float x,
float y,
float z) |
completion, delay, forTicks, forTicks, getDelay, getDuration, getLoopDuration, getLoops, loop, loop, movement, reversed, totalDuration, transform, transform
protected float fromX
protected float fromY
protected float fromZ
protected float toX
protected float toY
protected float toZ
protected float offsetX
protected float offsetY
protected float offsetZ
public Scale()
public Scale(float x, float y, float z)
public Scale(float fromX, float fromY, float fromZ, float toX, float toY, float toZ)
protected Scale from(float x, float y, float z)
protected Scale to(float x, float y, float z)
public Scale offset(float x, float y, float z)
protected void doTransform(ITransformable.Scale transformable, float comp)
doTransform
in class Transformation<Scale,ITransformable.Scale>