|
||||||||||
| 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.display.IDisplayFeedbackProxy
Provides access to members that control the base display feedback.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
IDisplayFeedbackProxy()
For internal use only |
|
IDisplayFeedbackProxy(java.lang.Object obj)
|
protected |
IDisplayFeedbackProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IDisplayFeedbackProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
IDisplayFeedbackProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
ISymbol |
getSymbol()
The symbol the feedback object will use. |
void |
moveTo(IPoint point)
Move to the new point. |
void |
refresh(int hDC)
Call this after a refresh to show feedback again. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
void |
setDisplayByRef(IScreenDisplay rhs1)
The display the feedback object will use. |
void |
setSymbolByRef(ISymbol symbol)
The symbol the feedback object will use. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public IDisplayFeedbackProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public IDisplayFeedbackProxy()
public IDisplayFeedbackProxy(java.lang.Object obj)
throws java.io.IOException
protected IDisplayFeedbackProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected IDisplayFeedbackProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the events
java.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the events
java.io.IOException
public void setSymbolByRef(ISymbol symbol)
throws java.io.IOException,
AutomationException
IDisplayFeedback
setSymbolByRef in interface IDisplayFeedbacksymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public ISymbol getSymbol()
throws java.io.IOException,
AutomationException
IDisplayFeedback
getSymbol in interface IDisplayFeedbackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayByRef(IScreenDisplay rhs1)
throws java.io.IOException,
AutomationException
IDisplayFeedback
setDisplayByRef in interface IDisplayFeedbackrhs1 - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void refresh(int hDC)
throws java.io.IOException,
AutomationException
IDisplayFeedback
refresh in interface IDisplayFeedbackhDC - The hDC (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void moveTo(IPoint point)
throws java.io.IOException,
AutomationException
IDisplayFeedback
moveTo in interface IDisplayFeedbackpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||