|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.DataGraphTCreateScatterplotMatrix
public class DataGraphTCreateScatterplotMatrix
Dialog in creating data scatterplot matrix graph.
This object is new at ArcGIS 9.3.
Constructor Summary | |
---|---|
DataGraphTCreateScatterplotMatrix()
Constructs a DataGraphTCreateScatterplotMatrix using ArcGIS Engine. |
|
DataGraphTCreateScatterplotMatrix(Object obj)
Construct a DataGraphTCreateScatterplotMatrix using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
dataGraphTChanged(IDataGraphTEventsDataGraphTChangedEvent theEvent)
Fired when graph changes. |
void |
dataGraphTDataSourceEventReceived(IDataGraphTEventsDataGraphTDataSourceEventReceivedEvent theEvent)
Fired when graph receives an event from its data source. |
void |
dataGraphTLoadingStatus(IDataGraphTEventsDataGraphTLoadingStatusEvent theEvent)
Fired when graph loading status changes. |
void |
doModal(int parentWindow)
Starts the wizard dialog. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IDataGraphT |
getDataGraphT()
The data graph created by this new wizard. |
int |
hashCode()
the hashcode for this object |
void |
selectDataSource(Object pDataSource)
Default data source to select in the wizard. |
void |
setApplicationByRef(Object rhs1)
The application to which the wizard dialog belongs. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public DataGraphTCreateScatterplotMatrix() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic DataGraphTCreateScatterplotMatrix(Object obj) throws IOException
obj
to DataGraphTCreateScatterplotMatrix
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
DataGraphTCreateScatterplotMatrix theDataGraphTCreateScatterplotMatrix = (DataGraphTCreateScatterplotMatrix) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IDataGraphT getDataGraphT() throws IOException, AutomationException
getDataGraphT
in interface IDataGraphTWizard
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setApplicationByRef(Object rhs1) throws IOException, AutomationException
setApplicationByRef
in interface IDataGraphTWizard
rhs1
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectDataSource(Object pDataSource) throws IOException, AutomationException
selectDataSource
in interface IDataGraphTWizard
pDataSource
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void doModal(int parentWindow) throws IOException, AutomationException
doModal
in interface IDataGraphTWizard
parentWindow
- The parentWindow (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void dataGraphTChanged(IDataGraphTEventsDataGraphTChangedEvent theEvent) throws IOException, AutomationException
dataGraphTChanged
in interface IDataGraphTEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void dataGraphTDataSourceEventReceived(IDataGraphTEventsDataGraphTDataSourceEventReceivedEvent theEvent) throws IOException, AutomationException
dataGraphTDataSourceEventReceived
in interface IDataGraphTEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void dataGraphTLoadingStatus(IDataGraphTEventsDataGraphTLoadingStatusEvent theEvent) throws IOException, AutomationException
dataGraphTLoadingStatus
in interface IDataGraphTEvents
theEvent
- The event
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 |