com.esri.arcgis.animation
Interface IAGKeyframeInterval

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IAGKeyframeIntervalProxy, TimeKeyframe, TimeLayerKeyframe

public interface IAGKeyframeInterval
extends java.io.Serializable

COM Interface 'IAGKeyframeInterval'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'

Description: 'Provides access to Keyframes with interval information.' 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 IIDbd570576_2130_4593_9c5f_c79e1c22788e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getAnimationInterval(IAGKeyframe pNextKeyframe)
          The interval for this keyframe.
 void getDisplayTime(java.lang.String[] pDisplayTime)
          The last interpolated time interval for this keyframe.
 

Field Detail

IIDbd570576_2130_4593_9c5f_c79e1c22788e

static final int IIDbd570576_2130_4593_9c5f_c79e1c22788e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getAnimationInterval

double getAnimationInterval(IAGKeyframe pNextKeyframe)
                            throws java.io.IOException,
                                   AutomationException
The interval for this keyframe.

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

getDisplayTime

void getDisplayTime(java.lang.String[] pDisplayTime)
                    throws java.io.IOException,
                           AutomationException
The last interpolated time interval for this keyframe.

Parameters:
pDisplayTime - The pDisplayTime (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.