|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that control the new bezier curve display feedback.
| Method Summary | |
void |
addPoint(IPoint point)
Creates a node at the given point. |
int |
getConstraint()
The constraint on this rubberbander. |
void |
setConstraint(int constrain)
The constraint on this rubberbander. |
void |
start(IPoint point)
Begins a normal feedback at the given point. |
IPolyline |
stop()
Stops the feedback and returns the shape. |
| Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback |
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef |
| Method Detail |
public void start(IPoint point)
throws java.io.IOException,
AutomationException
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addPoint(IPoint point)
throws java.io.IOException,
AutomationException
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPolyline stop()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getConstraint()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setConstraint(int constrain)
throws java.io.IOException,
AutomationException
constrain - A com.esri.arcgis.display.esriLineConstraints constant (in)
java.io.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 | |||||||||