com.esri.arcgis.animation
Interface esriAnimationPlayMode

All Superinterfaces:
Serializable

public interface esriAnimationPlayMode
extends Serializable

The ESRI animation play modes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriAnimationPlayLoopForward
          Loop the animation in forward order.
static int esriAnimationPlayLoopReverse
          Loop the animation in forward and reverse order.
static int esriAnimationPlayOnceForward
          Play the animation once in forward order.
static int esriAnimationPlayOnceReverse
          Play animation once in reverse order.
 

Field Detail

esriAnimationPlayOnceForward

static final int esriAnimationPlayOnceForward
Play the animation once in forward order.

See Also:
Constant Field Values

esriAnimationPlayOnceReverse

static final int esriAnimationPlayOnceReverse
Play animation once in reverse order.

See Also:
Constant Field Values

esriAnimationPlayLoopForward

static final int esriAnimationPlayLoopForward
Loop the animation in forward order.

See Also:
Constant Field Values

esriAnimationPlayLoopReverse

static final int esriAnimationPlayLoopReverse
Loop the animation in forward and reverse order.

See Also:
Constant Field Values