|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITemporalGraph
Identifies an object as a temporal graph.
Method Summary | |
---|---|
void |
draw(IDisplay display,
IGeometry piGeometry,
ITrackCancel trackCancel)
Draws the chart to the display. |
String |
getName()
Name of temporal graph. |
int |
getWindowHandle()
Window handle. |
int |
openWindow(int hParentWnd)
Opens the chart window. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWindowHandle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int openWindow(int hParentWnd) throws IOException, AutomationException
hParentWnd
- The hParentWnd (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void draw(IDisplay display, IGeometry piGeometry, ITrackCancel trackCancel) throws IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)piGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
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 |