|
|||||||||
| 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.IDataGraphProxy
public class IDataGraphProxy
Obsolete. Provides access to members that control the old data graph.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
IDataGraphProxy()
|
|
IDataGraphProxy(Object obj)
|
protected |
IDataGraphProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
attach(int hWnd)
Attaches the DataGraph to the input window. |
void |
copyToClipboard()
Copies the graph to the clipboard. |
void |
detach()
Detaches the DataGraph from its current window. |
void |
draw()
Updates the display of the graph based upon the associated map's current settings. |
void |
drawToDC(int hDC,
tagRECT pOutputRect,
tagRECT pGraphRect)
Draws the graph to the input device context. |
void |
exportToFile(String filename)
Exports the graph to a file. |
int |
getCGraphHandle()
The CGraph handle. |
String |
getFieldSet1()
First field set as a comma delimited list. |
String |
getFieldSet2()
Second field set as a comma delimited list. |
String |
getFieldSet3()
Third field set as a comma delimited list. |
String |
getFieldSet4()
Fourth field set as a comma delimited list. |
int |
getMaxDataPoints()
Maximum number of features to make the graph. |
String |
getName()
Name of the graph. |
ITable |
getTable()
The table of the graph. |
boolean |
isPreviewMode()
Indicates if the graph is in preview mode. |
boolean |
isReloadAlways()
Indicates if the graph is always reloaded. |
boolean |
isSeriesByRecord()
Indicates if the records or fields for the data series is used. |
boolean |
isUseSelectedSet()
Indicates if the selected set is used. |
boolean |
isValid()
Indicates if the graph is currently valid. |
void |
loadFromFile(String filename)
Loads the graph from a file. |
void |
print()
Prints the graph. |
void |
readExternal(ObjectInput in)
|
void |
reload()
Loads data values from a table. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
resize(int nType,
int width,
int height)
Resizes the graph display. |
void |
saveToFile(String filename)
Saves the graph to a file. |
void |
setFieldSet1(String pFields)
First field set as a comma delimited list. |
void |
setFieldSet2(String pFields)
Second field set as a comma delimited list. |
void |
setFieldSet3(String pFields)
Third field set as a comma delimited list. |
void |
setFieldSet4(String pFields)
Fourth field set as a comma delimited list. |
void |
setMaxDataPoints(int pMaxPoints)
Maximum number of features to make the graph. |
void |
setName(String pName)
Name of the graph. |
void |
setPreviewMode(boolean pPreview)
Indicates if the graph is in preview mode. |
void |
setReloadAlways(boolean pReloadAlways)
Indicates if the graph is always reloaded. |
void |
setSeriesByRecord(boolean pByRecord)
Indicates if the records or fields for the data series is used. |
void |
setTableByRef(ITable ppTable)
The table of the graph. |
void |
setUseSelectedSet(boolean pUseSel)
Indicates if the selected set is used. |
void |
writeExternal(ObjectOutput out)
|
| 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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IDataGraphProxy()
public IDataGraphProxy(Object obj)
throws IOException
IOException
protected IDataGraphProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public boolean isValid()
throws IOException,
AutomationException
isValid in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void attach(int hWnd)
throws IOException,
AutomationException
attach in interface IDataGraphhWnd - The hWnd (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void detach()
throws IOException,
AutomationException
detach in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName()
throws IOException,
AutomationException
getName in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String pName)
throws IOException,
AutomationException
setName in interface IDataGraphpName - The pName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITable getTable()
throws IOException,
AutomationException
getTable in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTableByRef(ITable ppTable)
throws IOException,
AutomationException
setTableByRef in interface IDataGraphppTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseSelectedSet()
throws IOException,
AutomationException
isUseSelectedSet in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseSelectedSet(boolean pUseSel)
throws IOException,
AutomationException
setUseSelectedSet in interface IDataGraphpUseSel - The pUseSel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSeriesByRecord()
throws IOException,
AutomationException
isSeriesByRecord in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSeriesByRecord(boolean pByRecord)
throws IOException,
AutomationException
setSeriesByRecord in interface IDataGraphpByRecord - The pByRecord (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReloadAlways()
throws IOException,
AutomationException
isReloadAlways in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReloadAlways(boolean pReloadAlways)
throws IOException,
AutomationException
setReloadAlways in interface IDataGraphpReloadAlways - The pReloadAlways (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxDataPoints()
throws IOException,
AutomationException
getMaxDataPoints in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxDataPoints(int pMaxPoints)
throws IOException,
AutomationException
setMaxDataPoints in interface IDataGraphpMaxPoints - The pMaxPoints (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFieldSet1()
throws IOException,
AutomationException
getFieldSet1 in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFieldSet1(String pFields)
throws IOException,
AutomationException
setFieldSet1 in interface IDataGraphpFields - The pFields (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFieldSet2()
throws IOException,
AutomationException
getFieldSet2 in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFieldSet2(String pFields)
throws IOException,
AutomationException
setFieldSet2 in interface IDataGraphpFields - The pFields (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFieldSet3()
throws IOException,
AutomationException
getFieldSet3 in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFieldSet3(String pFields)
throws IOException,
AutomationException
setFieldSet3 in interface IDataGraphpFields - The pFields (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFieldSet4()
throws IOException,
AutomationException
getFieldSet4 in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFieldSet4(String pFields)
throws IOException,
AutomationException
setFieldSet4 in interface IDataGraphpFields - The pFields (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPreviewMode()
throws IOException,
AutomationException
isPreviewMode in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPreviewMode(boolean pPreview)
throws IOException,
AutomationException
setPreviewMode in interface IDataGraphpPreview - The pPreview (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resize(int nType,
int width,
int height)
throws IOException,
AutomationException
resize in interface IDataGraphnType - The nType (in)width - The width (in)height - The height (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reload()
throws IOException,
AutomationException
reload in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void draw()
throws IOException,
AutomationException
draw in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawToDC(int hDC,
tagRECT pOutputRect,
tagRECT pGraphRect)
throws IOException,
AutomationException
drawToDC in interface IDataGraphhDC - The hDC (A COM typedef) (in)pOutputRect - A Structure: com.esri.arcgis.display.tagRECT (in)pGraphRect - A Structure: com.esri.arcgis.display.tagRECT (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void print()
throws IOException,
AutomationException
print in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadFromFile(String filename)
throws IOException,
AutomationException
loadFromFile in interface IDataGraphfilename - The filename (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void saveToFile(String filename)
throws IOException,
AutomationException
saveToFile in interface IDataGraphfilename - The filename (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void exportToFile(String filename)
throws IOException,
AutomationException
exportToFile in interface IDataGraphfilename - The filename (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void copyToClipboard()
throws IOException,
AutomationException
copyToClipboard in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCGraphHandle()
throws IOException,
AutomationException
getCGraphHandle in interface IDataGraphIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||