|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBezierDisplayFeedback
Additional Symbol properties for BezierFeedback objects.
Method Summary | |
---|---|
ISymbol |
getControlArmSymbol()
The line symbol used to draw the control arms of a bezier. |
ISymbol |
getControlPointSymbol()
The marker symbol used to draw the control points of a bezier. |
void |
setControlArmSymbolByRef(ISymbol symbol)
The line symbol used to draw the control arms of a bezier. |
void |
setControlPointSymbolByRef(ISymbol symbol)
The marker symbol used to draw the control points of a bezier. |
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback2 |
---|
isSymbolIsWYSIWYG, isUseReferenceScale, setSymbolIsWYSIWYG, setUseReferenceScale |
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback |
---|
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef |
Method Detail |
---|
ISymbol getControlArmSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setControlArmSymbolByRef(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 getControlPointSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setControlPointSymbolByRef(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |