org.apache.pivot.wtk.effects.easing
Interface Easing
- All Known Implementing Classes:
- Circular, Cubic, Exponential, Linear, Quadratic, Quartic, Quintic, Sine
public interface Easing
Base interface for easing operations.
Method Summary |
float |
easeIn(float time,
float begin,
float change,
float duration)
|
float |
easeInOut(float time,
float begin,
float change,
float duration)
|
float |
easeOut(float time,
float begin,
float change,
float duration)
|
easeIn
float easeIn(float time,
float begin,
float change,
float duration)
easeOut
float easeOut(float time,
float begin,
float change,
float duration)
easeInOut
float easeInOut(float time,
float begin,
float change,
float duration)