com.esri.arcgis.trackinganalyst
Interface ITemporalChartElement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITemporalChartElementProxy

public interface ITemporalChartElement
extends java.io.Serializable

COM Interface 'ITemporalChartElement'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides properties and methods needed to manage elements of the data clock chart.' 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 IID79c28785_69c3_11d6_b84a_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITemporalGraph getTemporalGraph()
          Controls the temporal graph element of the data clock chart.
 void loadFromIndex()
          Load the temporal graph element of the most recently genetrated data clock chart.
 void setTemporalGraphByRef(ITemporalGraph pVal)
          Controls the temporal graph element of the data clock chart.
 

Field Detail

IID79c28785_69c3_11d6_b84a_00010265adc5

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

getTemporalGraph

ITemporalGraph getTemporalGraph()
                                throws java.io.IOException,
                                       AutomationException
Controls the temporal graph element of the data clock chart.

Returns:
A reference to a com.esri.arcgis.trackinganalyst.ITemporalGraph
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTemporalGraphByRef

void setTemporalGraphByRef(ITemporalGraph pVal)
                           throws java.io.IOException,
                                  AutomationException
Controls the temporal graph element of the data clock chart.

Parameters:
pVal - A reference to a com.esri.arcgis.trackinganalyst.ITemporalGraph (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadFromIndex

void loadFromIndex()
                   throws java.io.IOException,
                          AutomationException
Load the temporal graph element of the most recently genetrated data clock chart.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.