com.swfm.mica.animators
Interface MiiAnimator
- All Superinterfaces:
- MiiAnimatable
- All Known Implementing Classes:
- MiAnimator
- public interface MiiAnimator
- extends MiiAnimatable
- Version:
- %I% %G%
- Author:
- Michael L. Davis
Mi_LIFE_CYCLE_STOP_AFTER_END
public static final int Mi_LIFE_CYCLE_STOP_AFTER_END
- See Also:
- Constant Field Values
Mi_LIFE_CYCLE_REMOVE_AFTER_END
public static final int Mi_LIFE_CYCLE_REMOVE_AFTER_END
- See Also:
- Constant Field Values
Mi_LIFE_CYCLE_KEEP_REPEATING_FORWARD_CYCLE
public static final int Mi_LIFE_CYCLE_KEEP_REPEATING_FORWARD_CYCLE
- See Also:
- Constant Field Values
Mi_LIFE_CYCLE_KEEP_REPEATING_FORWARD_AND_BACKWARD_CYCLES
public static final int Mi_LIFE_CYCLE_KEEP_REPEATING_FORWARD_AND_BACKWARD_CYCLES
- See Also:
- Constant Field Values
getStartTime
public long getStartTime()
getStepTime
public long getStepTime()
getDuration
public long getDuration()
getLifeCycle
public int getLifeCycle()
getPacer
public MiiAnimatorPacer getPacer()
setEnabled
public void setEnabled(boolean flag)
getEnabled
public boolean getEnabled()