com.esri.arcgis.carto
Interface IDataGraphBase

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDataGraphT
All Known Implementing Classes:
DataGraphT, DataGraphTScatterPlotMatrix, IDataGraphBaseProxy, IDataGraphTProxy

public interface IDataGraphBase
extends java.io.Serializable

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

Description: 'Provides access to members that control the 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 IID37c4c49c_66cc_4b39_ade8_15e2e270d8b1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void copyToClipboard()
          Copies the data graph to the clipboard as a metafile.
 void drawToDC(int hDC, tagRECT pOutputRect, tagRECT pGraphRect)
          Draws the data graph into the provided device context.
 void exportToFile(java.lang.String filename)
          Exports the data graph to a file.
 java.lang.String getName()
          Name of the data graph.
 boolean isUseSelectedSet()
          Indicates if the selected set of the series from input dataset is used to build graph.
 void loadFromFile(java.lang.String filename)
          Loads the data graph from a .grf file.
 void reload()
          Reloads data values in data graph series.
 void saveToFile(java.lang.String filename)
          Saves the data graph to a .grf file.
 void setName(java.lang.String pName)
          Name of the data graph.
 void setUseSelectedSet(boolean pUseSel)
          Indicates if the selected set of the series from input dataset is used to build graph.
 

Field Detail

IID37c4c49c_66cc_4b39_ade8_15e2e270d8b1

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the data graph.

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

setName

void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
Name of the data graph.

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

isUseSelectedSet

boolean isUseSelectedSet()
                         throws java.io.IOException,
                                AutomationException
Indicates if the selected set of the series from input dataset is used to build graph.

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

setUseSelectedSet

void setUseSelectedSet(boolean pUseSel)
                       throws java.io.IOException,
                              AutomationException
Indicates if the selected set of the series from input dataset is used to build graph.

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

reload

void reload()
            throws java.io.IOException,
                   AutomationException
Reloads data values in data graph series.

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

drawToDC

void drawToDC(int hDC,
              tagRECT pOutputRect,
              tagRECT pGraphRect)
              throws java.io.IOException,
                     AutomationException
Draws the data graph into the provided device context.

Parameters:
hDC - The hDC (A COM typedef) (in)
pOutputRect - A Structure: com.esri.arcgis.system.tagRECT (in)
pGraphRect - A Structure: com.esri.arcgis.system.tagRECT (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadFromFile

void loadFromFile(java.lang.String filename)
                  throws java.io.IOException,
                         AutomationException
Loads the data graph from a .grf file.

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

saveToFile

void saveToFile(java.lang.String filename)
                throws java.io.IOException,
                       AutomationException
Saves the data graph to a .grf file.

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

exportToFile

void exportToFile(java.lang.String filename)
                  throws java.io.IOException,
                         AutomationException
Exports the data graph to a file.

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

copyToClipboard

void copyToClipboard()
                     throws java.io.IOException,
                            AutomationException
Copies the data graph to the clipboard as a metafile.

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