|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDisplayFeedback
Provides access to members that control the base display feedback.
A reference to an object implementing IDisplay should be set using the Display property prior to calling any of the methods of this interface or interfaces that inherit this interface.
| Method Summary | |
|---|---|
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 |
setDisplayByRef(IScreenDisplay rhs1)
The display the feedback object will use. |
void |
setSymbolByRef(ISymbol symbol)
The symbol the feedback object will use. |
| Method Detail |
|---|
void setSymbolByRef(ISymbol symbol)
throws IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISymbol getSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDisplayByRef(IScreenDisplay rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refresh(int hDC)
throws IOException,
AutomationException
hDC - The hDC (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveTo(IPoint point)
throws IOException,
AutomationException
point - A reference to a com.esri.arcgis.geometry.IPoint (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 | ||||||||