com.esri.arcgis.animation
Interface IAnimationExtension

All Superinterfaces:
Serializable
All Known Implementing Classes:
AnimationExtension

public interface IAnimationExtension
extends Serializable

The Animation Extension object.

Remarks

Animation extension is the access point for other animation objects in an application. This interface exposes the animation environment and animation track container for developers. From the animation track container, you can then access individual animation track and their keyframes.

Product Availability

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


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.
 

Method Detail

getAnimationEnvironment

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

Product Availability

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

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

getAnimationTracks

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

Product Availability

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

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

animationContentsModified

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

Product Availability

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

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