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

Field Summary
static int Mi_LIFE_CYCLE_KEEP_REPEATING_FORWARD_AND_BACKWARD_CYCLES
           
static int Mi_LIFE_CYCLE_KEEP_REPEATING_FORWARD_CYCLE
           
static int Mi_LIFE_CYCLE_REMOVE_AFTER_END
           
static int Mi_LIFE_CYCLE_STOP_AFTER_END
           
 
Method Summary
 long getDuration()
           
 boolean getEnabled()
           
 int getLifeCycle()
           
 MiiAnimatorPacer getPacer()
           
 long getStartTime()
           
 long getStepTime()
           
 void setEnabled(boolean flag)
           
 
Methods inherited from interface com.swfm.mica.animators.MiiAnimatable
animate, end, start
 

Field Detail

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
Method Detail

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()