|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IDataGraphBaseProxy
com.esri.arcgis.carto.IDataGraphTProxy
public class IDataGraphTProxy
Internal use class Proxy for COM Interface 'IDataGraphT'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IDataGraphT |
---|
IID, IIDccb2226c_6385_4a9e_82f2_2977b2c13ff2 |
Fields inherited from interface com.esri.arcgis.carto.IDataGraphBase |
---|
IID37c4c49c_66cc_4b39_ade8_15e2e270d8b1 |
Constructor Summary | |
---|---|
|
IDataGraphTProxy()
For internal use only |
|
IDataGraphTProxy(java.lang.Object obj)
|
protected |
IDataGraphTProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IDataGraphTProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IDataGraphTProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
ISeriesProperties |
addSeries(java.lang.String seriesType)
Add series from the provided graph type. |
void |
exportToFileEx(java.lang.String filename,
int width,
int height)
Exports the data graph to a file. |
int |
getAxisCount()
Amount of axis. |
IDataGraphTAxisProperties |
getAxisProperties(int idx)
Properties of graph axis. |
IDataGraphTGeneralProperties |
getGeneralProperties()
General properties of the graph. |
IDataGraphTLegendProperties |
getLegendProperties()
Properties of graph legend. |
int |
getSeriesCount()
The number of series in the graph. |
int |
getSeriesOrder(ISeriesProperties pSeriesProps)
Position of the series in the series list of the graph. |
ISeriesProperties |
getSeriesProperties(int iSeries)
Series properties for provided series index. |
void |
identify(int iSeries,
int ptX,
int ptY,
java.lang.Object[] pOIDs)
Identifies object ID for the series using graph coordinates. |
boolean |
isHighlightSelection()
Indicates whether graph handles selection in the input layer by creating series only from the selected data or highlights selected values on the graph made from entire dataset. |
void |
loadTemplate(java.lang.String file)
Loads graph properties from the template file. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
removeSeries(ISeriesProperties pSeriesProps)
Remove series from the graph. |
void |
setHighlightSelection(boolean b)
Indicates whether graph handles selection in the input layer by creating series only from the selected data or highlights selected values on the graph made from entire dataset. |
void |
setSeriesOrder(ISeriesProperties pSeriesProps,
int pPos)
Position of the series in the series list of the graph. |
void |
update(ITrackCancel pCancel)
Updates graph after changes in graph or series properties. |
Methods inherited from class com.esri.arcgis.carto.IDataGraphBaseProxy |
---|
copyToClipboard, drawToDC, exportToFile, getName, isUseSelectedSet, loadFromFile, reload, saveToFile, setName, setUseSelectedSet |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.carto.IDataGraphBase |
---|
copyToClipboard, drawToDC, exportToFile, getName, isUseSelectedSet, loadFromFile, reload, saveToFile, setName, setUseSelectedSet |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IDataGraphTProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IDataGraphTProxy()
public IDataGraphTProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDataGraphTProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDataGraphTProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IDataGraphBaseProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IDataGraphBaseProxy
java.io.IOException
public boolean isHighlightSelection() throws java.io.IOException, AutomationException
isHighlightSelection
in interface IDataGraphT
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHighlightSelection(boolean b) throws java.io.IOException, AutomationException
setHighlightSelection
in interface IDataGraphT
b
- The b (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISeriesProperties addSeries(java.lang.String seriesType) throws java.io.IOException, AutomationException
addSeries
in interface IDataGraphT
seriesType
- The seriesType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeSeries(ISeriesProperties pSeriesProps) throws java.io.IOException, AutomationException
removeSeries
in interface IDataGraphT
pSeriesProps
- A reference to a com.esri.arcgis.carto.ISeriesProperties (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSeriesCount() throws java.io.IOException, AutomationException
getSeriesCount
in interface IDataGraphT
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISeriesProperties getSeriesProperties(int iSeries) throws java.io.IOException, AutomationException
getSeriesProperties
in interface IDataGraphT
iSeries
- The iSeries (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSeriesOrder(ISeriesProperties pSeriesProps, int pPos) throws java.io.IOException, AutomationException
setSeriesOrder
in interface IDataGraphT
pSeriesProps
- A reference to a com.esri.arcgis.carto.ISeriesProperties (in)pPos
- The pPos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSeriesOrder(ISeriesProperties pSeriesProps) throws java.io.IOException, AutomationException
getSeriesOrder
in interface IDataGraphT
pSeriesProps
- A reference to a com.esri.arcgis.carto.ISeriesProperties (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataGraphTGeneralProperties getGeneralProperties() throws java.io.IOException, AutomationException
getGeneralProperties
in interface IDataGraphT
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataGraphTLegendProperties getLegendProperties() throws java.io.IOException, AutomationException
getLegendProperties
in interface IDataGraphT
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAxisCount() throws java.io.IOException, AutomationException
getAxisCount
in interface IDataGraphT
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataGraphTAxisProperties getAxisProperties(int idx) throws java.io.IOException, AutomationException
getAxisProperties
in interface IDataGraphT
idx
- The idx (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void identify(int iSeries, int ptX, int ptY, java.lang.Object[] pOIDs) throws java.io.IOException, AutomationException
identify
in interface IDataGraphT
iSeries
- The iSeries (in)ptX
- The ptX (in)ptY
- The ptY (in)pOIDs
- A Variant (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void update(ITrackCancel pCancel) throws java.io.IOException, AutomationException
update
in interface IDataGraphT
pCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void loadTemplate(java.lang.String file) throws java.io.IOException, AutomationException
loadTemplate
in interface IDataGraphT
file
- The file (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void exportToFileEx(java.lang.String filename, int width, int height) throws java.io.IOException, AutomationException
exportToFileEx
in interface IDataGraphT
filename
- The filename (in)width
- The width (in)height
- The height (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |