com.esri.arcgis.animation
Class IAGAnimationTrackKeyframesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.animation.IAGAnimationTrackKeyframesProxy
All Implemented Interfaces:
IAGAnimationTrackKeyframes, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IAGAnimationTrackKeyframes'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'

Description: 'Provides access to animation tracks that support keyframes.' 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 =

public class IAGAnimationTrackKeyframesProxy
extends com.esri.arcgis.interop.Dispatch
implements IAGAnimationTrackKeyframes, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.animation.IAGAnimationTrackKeyframes
IID, IID8d9fe1b4_25fe_4586_b011_c60f36ea0a8b
 
Constructor Summary
  IAGAnimationTrackKeyframesProxy()
          Deprecated. For internal use only
  IAGAnimationTrackKeyframesProxy(java.lang.Object obj)
          Deprecated.  
protected IAGAnimationTrackKeyframesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IAGAnimationTrackKeyframesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IAGAnimationTrackKeyframesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IAGKeyframe createKeyframe(int index)
          Deprecated. Creates a new keyframe of the appropriate type and inserts it.
 void findKeyframe(java.lang.String name, IAGKeyframe[] ppKeyframe)
          Deprecated. Finds a keyframe by name.
 ILongArray getActiveProperties()
          Deprecated. The combination of active properties for the track.
 int getKeyframeCount()
          Deprecated. The number of keyframes defined in the track.
 IAGKeyframe getLastInterpolatedKeyframe()
          Deprecated. The last keyframe that was interpolated in the track.
 IAGKeyframe IAGAnimationTrackKeyframes_getKeyframe(int index)
          Deprecated. The keyframe with the given index in the track.
 void insertKeyframe(IAGKeyframe pKeyframe, int index)
          Deprecated. Inserts a new keyframe.
 boolean isActiveProperty(int propIndex)
          Deprecated. Indicates if an animation property is active.
 boolean isEvenTimeStamps()
          Deprecated. Indicates whether to distribute time stamps evenly in the interval 0-1.
 void moveKeyframe(int originIndex, int destinationIndex)
          Deprecated. Moves the keyframe with the given index, inserting it with a different index.
 void removeAllKeyframes()
          Deprecated. Removes all the keyframes.
 void removeKeyframe(int index)
          Deprecated. Removes the keyframe with the given index.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void resetTimeStamps()
          Deprecated. Redistributes the time stamps in the interval [0,1].
 void restoreObjectProperties(IAGAnimationContainer pContainer, int index)
          Deprecated. Restores the saved properties of the attached object specified.
 void saveObjectProperties(IAGAnimationContainer pContainer, int index)
          Deprecated. Internally saves the properties of the attached object specified.
 void setActiveProperties(ILongArray ppActiveProps)
          Deprecated. The combination of active properties for the track.
 void setEvenTimeStamps(boolean pbEvenTimeStamps)
          Deprecated. Indicates whether to distribute time stamps evenly in the interval 0-1.
 void setIsActiveProperty(int propIndex, boolean pbIsActiveProp)
          Deprecated. Indicates if an animation property is active.
 void sortKeyframes()
          Deprecated. Sorts the keyframes in ascending time order.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IAGAnimationTrackKeyframesProxy

public IAGAnimationTrackKeyframesProxy(java.lang.String CLSID,
                                       java.lang.String host,
                                       com.esri.arcgis.interop.AuthInfo authInfo)
                                throws java.net.UnknownHostException,
                                       java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IAGAnimationTrackKeyframesProxy

public IAGAnimationTrackKeyframesProxy()
Deprecated. 
For internal use only


IAGAnimationTrackKeyframesProxy

public IAGAnimationTrackKeyframesProxy(java.lang.Object obj)
                                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IAGAnimationTrackKeyframesProxy

protected IAGAnimationTrackKeyframesProxy(java.lang.Object obj,
                                          java.lang.String iid)
                                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IAGAnimationTrackKeyframesProxy

protected IAGAnimationTrackKeyframesProxy(java.lang.String CLSID,
                                          java.lang.String iid,
                                          java.lang.String host,
                                          com.esri.arcgis.interop.AuthInfo authInfo)
                                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getActiveProperties

public ILongArray getActiveProperties()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The combination of active properties for the track.

Specified by:
getActiveProperties in interface IAGAnimationTrackKeyframes
Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActiveProperties

public void setActiveProperties(ILongArray ppActiveProps)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The combination of active properties for the track.

Specified by:
setActiveProperties in interface IAGAnimationTrackKeyframes
Parameters:
ppActiveProps - A reference to a com.esri.arcgis.system.ILongArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isActiveProperty

public boolean isActiveProperty(int propIndex)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if an animation property is active.

Specified by:
isActiveProperty in interface IAGAnimationTrackKeyframes
Parameters:
propIndex - The propIndex (in)
Returns:
The pbIsActiveProp
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsActiveProperty

public void setIsActiveProperty(int propIndex,
                                boolean pbIsActiveProp)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if an animation property is active.

Specified by:
setIsActiveProperty in interface IAGAnimationTrackKeyframes
Parameters:
propIndex - The propIndex (in)
pbIsActiveProp - The pbIsActiveProp (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeyframeCount

public int getKeyframeCount()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The number of keyframes defined in the track.

Specified by:
getKeyframeCount in interface IAGAnimationTrackKeyframes
Returns:
The pKeyframeCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

IAGAnimationTrackKeyframes_getKeyframe

public IAGKeyframe IAGAnimationTrackKeyframes_getKeyframe(int index)
                                                   throws java.io.IOException,
                                                          AutomationException
Deprecated. 
The keyframe with the given index in the track.

Specified by:
IAGAnimationTrackKeyframes_getKeyframe in interface IAGAnimationTrackKeyframes
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.animation.IAGKeyframe
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createKeyframe

public IAGKeyframe createKeyframe(int index)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Creates a new keyframe of the appropriate type and inserts it. If the index is -1, it is added last.

Specified by:
createKeyframe in interface IAGAnimationTrackKeyframes
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.animation.IAGKeyframe
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertKeyframe

public void insertKeyframe(IAGKeyframe pKeyframe,
                           int index)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Inserts a new keyframe. If the index is -1, it is added last.

Specified by:
insertKeyframe in interface IAGAnimationTrackKeyframes
Parameters:
pKeyframe - A reference to a com.esri.arcgis.animation.IAGKeyframe (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeKeyframe

public void removeKeyframe(int index)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Removes the keyframe with the given index.

Specified by:
removeKeyframe in interface IAGAnimationTrackKeyframes
Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAllKeyframes

public void removeAllKeyframes()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Removes all the keyframes.

Specified by:
removeAllKeyframes in interface IAGAnimationTrackKeyframes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findKeyframe

public void findKeyframe(java.lang.String name,
                         IAGKeyframe[] ppKeyframe)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Finds a keyframe by name.

Specified by:
findKeyframe in interface IAGAnimationTrackKeyframes
Parameters:
name - The name (in)
ppKeyframe - A reference to a com.esri.arcgis.animation.IAGKeyframe (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

moveKeyframe

public void moveKeyframe(int originIndex,
                         int destinationIndex)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Moves the keyframe with the given index, inserting it with a different index.

Specified by:
moveKeyframe in interface IAGAnimationTrackKeyframes
Parameters:
originIndex - The originIndex (in)
destinationIndex - The destinationIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sortKeyframes

public void sortKeyframes()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Sorts the keyframes in ascending time order.

Specified by:
sortKeyframes in interface IAGAnimationTrackKeyframes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetTimeStamps

public void resetTimeStamps()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Redistributes the time stamps in the interval [0,1].

Specified by:
resetTimeStamps in interface IAGAnimationTrackKeyframes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveObjectProperties

public void saveObjectProperties(IAGAnimationContainer pContainer,
                                 int index)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Internally saves the properties of the attached object specified.

Specified by:
saveObjectProperties in interface IAGAnimationTrackKeyframes
Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

restoreObjectProperties

public void restoreObjectProperties(IAGAnimationContainer pContainer,
                                    int index)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Restores the saved properties of the attached object specified.

Specified by:
restoreObjectProperties in interface IAGAnimationTrackKeyframes
Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEvenTimeStamps

public void setEvenTimeStamps(boolean pbEvenTimeStamps)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates whether to distribute time stamps evenly in the interval 0-1.

Specified by:
setEvenTimeStamps in interface IAGAnimationTrackKeyframes
Parameters:
pbEvenTimeStamps - The pbEvenTimeStamps (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEvenTimeStamps

public boolean isEvenTimeStamps()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether to distribute time stamps evenly in the interval 0-1.

Specified by:
isEvenTimeStamps in interface IAGAnimationTrackKeyframes
Returns:
The pbEvenTimeStamps
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLastInterpolatedKeyframe

public IAGKeyframe getLastInterpolatedKeyframe()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The last keyframe that was interpolated in the track.

Specified by:
getLastInterpolatedKeyframe in interface IAGAnimationTrackKeyframes
Returns:
A reference to a com.esri.arcgis.animation.IAGKeyframe
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.