com.esri.arcgis.animation
Interface IAnimationExtension

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnimationExtension, IAnimationExtensionProxy

public interface IAnimationExtension
extends java.io.Serializable

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

Description: 'The Animation Extension object.' 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 IID4359310c_a461_47b6_80ed_902f8d1df790
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void animationContentsModified()
          Fires events to notify of changes in animation contents.
 IAGAnimationEnvironment getAnimationEnvironment()
          The animation environment options for this container app.
 IAGAnimationTracks getAnimationTracks()
          The animation track container.
 

Field Detail

IID4359310c_a461_47b6_80ed_902f8d1df790

static final int IID4359310c_a461_47b6_80ed_902f8d1df790
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

getAnimationEnvironment

IAGAnimationEnvironment getAnimationEnvironment()
                                                throws java.io.IOException,
                                                       AutomationException
The animation environment options for this container app.

Returns:
A reference to a com.esri.arcgis.animation.IAGAnimationEnvironment
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAnimationTracks

IAGAnimationTracks getAnimationTracks()
                                      throws java.io.IOException,
                                             AutomationException
The animation track container.

Returns:
A reference to a com.esri.arcgis.animation.IAGAnimationTracks
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

animationContentsModified

void animationContentsModified()
                               throws java.io.IOException,
                                      AutomationException
Fires events to notify of changes in animation contents.

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