- SineEaseInMotion - Class in ej.motion.sine
-
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
- SineEaseInMotion(int, int, long) - Constructor for class ej.motion.sine.SineEaseInMotion
-
Creates a ease in motion for a move from start to stop.
- SineEaseInOutMotion - Class in ej.motion.sine
-
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
- SineEaseInOutMotion(int, int, long) - Constructor for class ej.motion.sine.SineEaseInOutMotion
-
Creates a ease in/out motion for a move from start to stop.
- SineEaseOutMotion - Class in ej.motion.sine
-
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
- SineEaseOutMotion(int, int, long) - Constructor for class ej.motion.sine.SineEaseOutMotion
-
Creates a ease out motion for a move from start to stop.
- SineMotionManager - Class in ej.motion.sine
-
Motion manager creating ease in motions.
- SineMotionManager() - Constructor for class ej.motion.sine.SineMotionManager
-
- start - Variable in class ej.motion.AbstractMotion
-
Start value.
- start() - Method in class ej.motion.AbstractMotion
-
- start() - Method in interface ej.motion.Motion
-
Starts (or starts again) the motion.
- start() - Method in class ej.motion.none.NoMotion
-
- start(Timer, long) - Method in class ej.motion.util.MotionAnimator
-
Starts the animation on the given timer.
- start(int) - Method in interface ej.motion.util.MotionListener
-
The motion is started.
- start(int) - Method in class ej.motion.util.MotionListenerAdapter
-
- startTime - Variable in class ej.motion.AbstractMotion
-
Start time.
- step(int) - Method in interface ej.motion.util.MotionListener
-
A new step in the motion.
- step(int) - Method in class ej.motion.util.MotionListenerAdapter
-
- stop - Variable in class ej.motion.AbstractMotion
-
Stop value.
- stop() - Method in class ej.motion.util.MotionAnimator
-
Stops the animation.
- stop(int) - Method in interface ej.motion.util.MotionListener
-
The motion is finished.
- stop(int) - Method in class ej.motion.util.MotionListenerAdapter
-