|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAnimationTracks
Provides access to members that control the scene animation tracks.
AnimationTracks can be considered as a container/collection of all animation tracks in a Scene object. IAnimationTracks encapsulates the properties and methods related to managing all animation tracks associated with the scene.
| Method Summary | |
|---|---|
void |
addTrack(IAnimationTrack pTrack)
Adds a track to the collection. |
void |
applyTracks(ISceneViewer pViewer,
double time,
double duration)
Plays the enabled animation tracks in the given viewer (in all if null). |
void |
changePriority(IAnimationTrack pTrack,
boolean bAbsolute,
boolean bInSameType,
int changeInIndex)
Changes the priority (index) of the track. |
void |
detachObject(Object pObject)
Detach an object from all tracks it is attached to. |
void |
findTrack(String name,
IAnimationTrack[] ppTrack)
Finds a track by name. |
IArray |
getAnimationTypes()
The objects that describe the registered types of animation. |
int |
getTrackCount()
The number of tracks. |
IArray |
getTracks()
The animation tracks. |
IArray |
getTracksOfType(IAnimationType pType)
The animation tracks of a given type. |
void |
loadTracks(IStream pStm)
Load the animation tracks from a stream. |
void |
refreshAttachedObjects()
Detaches from the tracks those objects that no longer exist. |
void |
removeAllTracks()
Removes all tracks. |
void |
removeTrack(IAnimationTrack pTrack)
Removes a track from the collection. |
void |
saveTracks(IStream pStm)
Save the animation tracks to a stream. |
| Method Detail |
|---|
IArray getAnimationTypes()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTrackCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getTracks()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getTracksOfType(IAnimationType pType)
throws IOException,
AutomationException
pType - A reference to a com.esri.arcgis.analyst3d.IAnimationType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addTrack(IAnimationTrack pTrack)
throws IOException,
AutomationException
pTrack - A reference to a com.esri.arcgis.analyst3d.IAnimationTrack (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void findTrack(String name,
IAnimationTrack[] ppTrack)
throws IOException,
AutomationException
name - The name (in)ppTrack - A reference to a com.esri.arcgis.analyst3d.IAnimationTrack (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeTrack(IAnimationTrack pTrack)
throws IOException,
AutomationException
pTrack - A reference to a com.esri.arcgis.analyst3d.IAnimationTrack (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAllTracks()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void saveTracks(IStream pStm)
throws IOException,
AutomationException
pStm - A reference to a com.esri.arcgis.system.IStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void loadTracks(IStream pStm)
throws IOException,
AutomationException
pStm - A reference to a com.esri.arcgis.system.IStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void detachObject(Object pObject)
throws IOException,
AutomationException
pObject - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refreshAttachedObjects()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void applyTracks(ISceneViewer pViewer,
double time,
double duration)
throws IOException,
AutomationException
pViewer - A reference to a com.esri.arcgis.analyst3d.ISceneViewer (in)time - The time (in)duration - The duration (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void changePriority(IAnimationTrack pTrack,
boolean bAbsolute,
boolean bInSameType,
int changeInIndex)
throws IOException,
AutomationException
pTrack - A reference to a com.esri.arcgis.analyst3d.IAnimationTrack (in)bAbsolute - The bAbsolute (in)bInSameType - The bInSameType (in)changeInIndex - The changeInIndex (in)
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 | ||||||||