|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAGAnimationTracks
COM Interface 'IAGAnimationTracks'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'
Description: 'Provides access to members that control the animation tracks.' 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 |
IIDb71421ea_e25e_49dd_a07e_40dc9d6bd575
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addTrack(IAGAnimationTrack pTrack)
Adds a track to the collection. |
void |
applyTracks(boolean bApplyToAllViewers,
double time)
Uses the enabled animation tracks for the given time. |
void |
changePriority(IAGAnimationTrack pTrack,
boolean bAbsolute,
boolean bInSameType,
int changeInIndex)
Changes the priority (index) of the track. |
IAGAnimationTrack |
createTrack(IAGAnimationType pType)
Creates a new track and adds it to the collection. |
void |
detachObject(java.lang.Object pObject)
Detach an object from all tracks it is attached to. |
void |
findTrack(java.lang.String name,
IAGAnimationTrack[] ppTrack)
Finds a track by name. |
IArray |
getAGTracks()
The animation tracks. |
IAGAnimationContainer |
getAnimationObjectContainer()
The container of the animation objects attached to the tracks. |
int |
getTrackCount()
The number of tracks. |
IArray |
getTracksOfType(IAGAnimationType 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(IAGAnimationTrack pTrack)
Removes a track from the collection. |
void |
saveTracks(IStream pStm)
Save the animation tracks to a stream. |
void |
setAnimationObjectContainerByRef(IAGAnimationContainer ppContainer)
The container of the animation objects attached to the tracks. |
Field Detail |
---|
static final int IIDb71421ea_e25e_49dd_a07e_40dc9d6bd575
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IAGAnimationContainer getAnimationObjectContainer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnimationObjectContainerByRef(IAGAnimationContainer ppContainer) throws java.io.IOException, AutomationException
ppContainer
- A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTrackCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getAGTracks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getTracksOfType(IAGAnimationType pType) throws java.io.IOException, AutomationException
pType
- A reference to a com.esri.arcgis.animation.IAGAnimationType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAGAnimationTrack createTrack(IAGAnimationType pType) throws java.io.IOException, AutomationException
pType
- A reference to a com.esri.arcgis.animation.IAGAnimationType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addTrack(IAGAnimationTrack pTrack) throws java.io.IOException, AutomationException
pTrack
- A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void findTrack(java.lang.String name, IAGAnimationTrack[] ppTrack) throws java.io.IOException, AutomationException
name
- The name (in)ppTrack
- A reference to a com.esri.arcgis.animation.IAGAnimationTrack (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeTrack(IAGAnimationTrack pTrack) throws java.io.IOException, AutomationException
pTrack
- A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAllTracks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveTracks(IStream pStm) throws java.io.IOException, AutomationException
pStm
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadTracks(IStream pStm) throws java.io.IOException, AutomationException
pStm
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void detachObject(java.lang.Object pObject) throws java.io.IOException, AutomationException
pObject
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refreshAttachedObjects() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void applyTracks(boolean bApplyToAllViewers, double time) throws java.io.IOException, AutomationException
bApplyToAllViewers
- The bApplyToAllViewers (in)time
- The time (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void changePriority(IAGAnimationTrack pTrack, boolean bAbsolute, boolean bInSameType, int changeInIndex) throws java.io.IOException, AutomationException
pTrack
- A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)bAbsolute
- The bAbsolute (in)bInSameType
- The bInSameType (in)changeInIndex
- The changeInIndex (in)
java.io.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 |