|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAGAnimationType
COM Interface 'IAGAnimationType'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'
Description: 'Provides access to the animation type objects.' 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 |
IID17559cca_0532_4c48_9031_b26d0fe80585
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getAnimationClass()
The class of the animation type. |
java.lang.Object |
getAnimationObjectByID(IAGAnimationContainer pContainer,
int objectID)
The animated object with the given ID. |
int |
getAnimationObjectID(IAGAnimationContainer pContainer,
java.lang.Object pObject)
The ID (index) of the given object among those of its animation type. |
java.lang.String |
getAnimationObjectName(IAGAnimationContainer pContainer,
java.lang.Object pObject)
The name of the given object for animation purposes. |
IUID |
getCLSID()
The class ID of the animation type. |
IUID |
getKeyframeCLSID()
The class ID of the associated keyframe, or 0 if it has none. |
java.lang.String |
getName()
The name of the animation type. |
IArray |
getObjectArray(IAGAnimationContainer pContainer)
The array of objects of this type. |
int |
getPropertyCount()
The number of properties that can be animated. |
java.lang.String |
getPropertyName(int index)
The name of the properties that can be animated. |
int |
getPropertyType(int index)
The type of the properties that can be animated. |
boolean |
isAppliesToObject(java.lang.Object pObject)
Indicates if the animation type applies to a specific object. |
void |
resetObject(IAGAnimationContainer pContainer,
java.lang.Object pObject)
Resets the state of the object, preparing it for animation. |
void |
updateTrackExtensions(IAGAnimationTrack pTrack)
Creates or modifies extensions of the given track when its type is assigned or objects are attached/detached. |
Field Detail |
---|
static final int IID17559cca_0532_4c48_9031_b26d0fe80585
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAnimationClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getCLSID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getKeyframeCLSID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAppliesToObject(java.lang.Object pObject) throws java.io.IOException, AutomationException
pObject
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPropertyCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getPropertyName(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPropertyType(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getObjectArray(IAGAnimationContainer pContainer) throws java.io.IOException, AutomationException
pContainer
- 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 getAnimationObjectID(IAGAnimationContainer pContainer, java.lang.Object pObject) throws java.io.IOException, AutomationException
pContainer
- A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)pObject
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getAnimationObjectByID(IAGAnimationContainer pContainer, int objectID) throws java.io.IOException, AutomationException
pContainer
- A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)objectID
- The objectID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getAnimationObjectName(IAGAnimationContainer pContainer, java.lang.Object pObject) throws java.io.IOException, AutomationException
pContainer
- A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)pObject
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void resetObject(IAGAnimationContainer pContainer, java.lang.Object pObject) throws java.io.IOException, AutomationException
pContainer
- A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)pObject
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateTrackExtensions(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |