|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnimationExtension
The Animation Extension object.
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.
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 |
---|
IAGAnimationEnvironment getAnimationEnvironment() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAGAnimationTracks getAnimationTracks() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void animationContentsModified() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |