|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataGraph
Obsolete. Provides access to members that control the old data graph.
| Method Summary | |
|---|---|
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 |
reload()
Loads data values from a table. |
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. |
| Method Detail |
|---|
boolean isValid()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void attach(int hWnd)
throws IOException,
AutomationException
hWnd - The hWnd (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void detach()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String pName)
throws IOException,
AutomationException
pName - The pName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITable getTable()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTableByRef(ITable ppTable)
throws IOException,
AutomationException
ppTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseSelectedSet()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseSelectedSet(boolean pUseSel)
throws IOException,
AutomationException
pUseSel - The pUseSel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSeriesByRecord()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSeriesByRecord(boolean pByRecord)
throws IOException,
AutomationException
pByRecord - The pByRecord (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReloadAlways()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReloadAlways(boolean pReloadAlways)
throws IOException,
AutomationException
pReloadAlways - The pReloadAlways (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMaxDataPoints()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxDataPoints(int pMaxPoints)
throws IOException,
AutomationException
pMaxPoints - The pMaxPoints (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFieldSet1()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldSet1(String pFields)
throws IOException,
AutomationException
pFields - The pFields (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFieldSet2()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldSet2(String pFields)
throws IOException,
AutomationException
pFields - The pFields (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFieldSet3()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldSet3(String pFields)
throws IOException,
AutomationException
pFields - The pFields (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFieldSet4()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldSet4(String pFields)
throws IOException,
AutomationException
pFields - The pFields (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPreviewMode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPreviewMode(boolean pPreview)
throws IOException,
AutomationException
pPreview - The pPreview (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void resize(int nType,
int width,
int height)
throws IOException,
AutomationException
nType - 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.
void reload()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void draw()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void drawToDC(int hDC,
tagRECT pOutputRect,
tagRECT pGraphRect)
throws IOException,
AutomationException
hDC - 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.
void print()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void loadFromFile(String filename)
throws IOException,
AutomationException
filename - The filename (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void saveToFile(String filename)
throws IOException,
AutomationException
filename - The filename (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void exportToFile(String filename)
throws IOException,
AutomationException
filename - The filename (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void copyToClipboard()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCGraphHandle()
throws IOException,
AutomationException
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 | ||||||||