|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICalloutTracker
Provides access to members that control the callout feedback.
Method Summary | |
---|---|
ISymbol |
getSymbol()
The symbol containing the callout the tracker will use. |
IGeometry |
getSymbolGeometry()
Geometry used for drawing the symbol. |
void |
setSymbolByRef(ISymbol symbol)
The symbol containing the callout the tracker will use. |
void |
setSymbolGeometry(IGeometry symbolGeometry)
Geometry used for drawing the symbol. |
Methods inherited from interface com.esri.arcgis.display.ISelectionTracker |
---|
deactivate, draw, getBounds, getGeometry, hitTest, isLocked, isShowHandles, onKeyDown, onKeyUp, onMouseDown, onMouseMove, onMouseUp, queryCursor, queryMoveFeedback, queryResizeFeedback, setDisplayByRef, setGeometry, setLocked, setShowHandles |
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 setSymbolGeometry(IGeometry symbolGeometry) throws IOException, AutomationException
symbolGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getSymbolGeometry() 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 |