com.esri.arcgis.animation
Interface IAGAnimationPlayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGAnimationUtils, IAGAnimationPlayerProxy

public interface IAGAnimationPlayer
extends java.io.Serializable

COM Interface 'IAGAnimationPlayer'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'

Description: 'Provides access to play/record utility methods.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID22a2663f_5edb_4ce3_9f97_53db2d3d4caa
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void pauseAnimation()
          Pauses the playing or recording of the animation.
 void playAnimation(IAGAnimationTracks pTracks, IAGAnimationEnvironment pEnvironment, IStatusBar pStatusBar)
          Plays the animation according to the animation environment options.
 void recordAnimation(IAGAnimationTracks pTracks, IAGAnimationEnvironment pEnvironment, boolean bOverwrite)
          Records a view animation.
 void stopAnimation()
          Stops playing or recording the animation.
 

Field Detail

IID22a2663f_5edb_4ce3_9f97_53db2d3d4caa

static final int IID22a2663f_5edb_4ce3_9f97_53db2d3d4caa
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

playAnimation

void playAnimation(IAGAnimationTracks pTracks,
                   IAGAnimationEnvironment pEnvironment,
                   IStatusBar pStatusBar)
                   throws java.io.IOException,
                          AutomationException
Plays the animation according to the animation environment options.

Parameters:
pTracks - A reference to a com.esri.arcgis.animation.IAGAnimationTracks (in)
pEnvironment - A reference to a com.esri.arcgis.animation.IAGAnimationEnvironment (in)
pStatusBar - A reference to a com.esri.arcgis.system.IStatusBar (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

recordAnimation

void recordAnimation(IAGAnimationTracks pTracks,
                     IAGAnimationEnvironment pEnvironment,
                     boolean bOverwrite)
                     throws java.io.IOException,
                            AutomationException
Records a view animation.

Parameters:
pTracks - A reference to a com.esri.arcgis.animation.IAGAnimationTracks (in)
pEnvironment - A reference to a com.esri.arcgis.animation.IAGAnimationEnvironment (in)
bOverwrite - The bOverwrite (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

pauseAnimation

void pauseAnimation()
                    throws java.io.IOException,
                           AutomationException
Pauses the playing or recording of the animation.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stopAnimation

void stopAnimation()
                   throws java.io.IOException,
                          AutomationException
Stops playing or recording the animation.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.