com.esri.arcgis.animation
Interface IAGAnimationTypeUI

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnimationTypeCamera, AnimationTypeLayer, AnimationTypeMapLayer, AnimationTypeMapView, AnimationTypeScene, AnimationTypeTime, AnimationTypeTimeLayer, IAGAnimationTypeUIProxy

public interface IAGAnimationTypeUI
extends java.io.Serializable

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

Description: 'Provides access to keyframes of animated 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 IID8e578405_2413_420d_9f26_84129e717ef5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IStringArray getChoiceList(int propIndex, int columnIndex)
          The column choice list.
 int getColumnCount(int propIndex)
          The number of columns.
 java.lang.String getColumnName(int propIndex, int columnIndex)
          The column name.
 

Field Detail

IID8e578405_2413_420d_9f26_84129e717ef5

static final int IID8e578405_2413_420d_9f26_84129e717ef5
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

getColumnCount

int getColumnCount(int propIndex)
                   throws java.io.IOException,
                          AutomationException
The number of columns.

Parameters:
propIndex - The propIndex (in)
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColumnName

java.lang.String getColumnName(int propIndex,
                               int columnIndex)
                               throws java.io.IOException,
                                      AutomationException
The column name.

Parameters:
propIndex - The propIndex (in)
columnIndex - The columnIndex (in)
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChoiceList

IStringArray getChoiceList(int propIndex,
                           int columnIndex)
                           throws java.io.IOException,
                                  AutomationException
The column choice list.

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