com.esri.arcgis.carto
Interface IDataGraphTElement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataGraphTElement, IDataGraphTElementProxy

public interface IDataGraphTElement
extends java.io.Serializable

COM Interface 'IDataGraphTElement'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control graphic element for data graph.' 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 IID3016e57e_470b_4a6f_825d_7b8d40ba39c7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataGraphT getDataGraphT()
          Data graph used in graphic element.
 void getIsDataSourceConnected(boolean[] b)
          Indicates if data source is connected to the data graph.
 void removeDataSourceConnection()
          Removes the connection between the data graph and the data source.
 void setDataGraphTByRef(IDataGraphT pDataGraphT)
          Data graph used in graphic element.
 

Field Detail

IID3016e57e_470b_4a6f_825d_7b8d40ba39c7

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

setDataGraphTByRef

void setDataGraphTByRef(IDataGraphT pDataGraphT)
                        throws java.io.IOException,
                               AutomationException
Data graph used in graphic element.

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

getDataGraphT

IDataGraphT getDataGraphT()
                          throws java.io.IOException,
                                 AutomationException
Data graph used in graphic element.

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

getIsDataSourceConnected

void getIsDataSourceConnected(boolean[] b)
                              throws java.io.IOException,
                                     AutomationException
Indicates if data source is connected to the data graph.

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

removeDataSourceConnection

void removeDataSourceConnection()
                                throws java.io.IOException,
                                       AutomationException
Removes the connection between the data graph and the data source.

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