com.esri.arcgis.carto
Interface IDataGraphTPrivate

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

public interface IDataGraphTPrivate
extends java.io.Serializable

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

Description: 'Provides access to members for internal use.' 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 IID7cca3006_fea6_4b9b_98cf_9bc00196ef29
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void property(java.lang.String name, java.lang.Object val)
          For internal use only.
 void replaceSourceData(int idx, java.lang.Object var)
          Data source for the series.
 void selectByRect(boolean bAdd, int left, int top, int right, int bottom)
          For internal use only.
 

Field Detail

IID7cca3006_fea6_4b9b_98cf_9bc00196ef29

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

selectByRect

void selectByRect(boolean bAdd,
                  int left,
                  int top,
                  int right,
                  int bottom)
                  throws java.io.IOException,
                         AutomationException
For internal use only.

Parameters:
bAdd - The bAdd (in)
left - The left (in)
top - The top (in)
right - The right (in)
bottom - The bottom (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

property

void property(java.lang.String name,
              java.lang.Object val)
              throws java.io.IOException,
                     AutomationException
For internal use only.

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

replaceSourceData

void replaceSourceData(int idx,
                       java.lang.Object var)
                       throws java.io.IOException,
                              AutomationException
Data source for the series. Can be table, feature, raster layer, or name of another series for function series. No field cleaning happens.

Parameters:
idx - The idx (in)
var - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.