|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRubberBand
Provides access to members that control simple rubberbanding.
The IRubberBand interface is implemented in separate classes (RubberEnvelope, RubberLine, RubberPoint , and RubberPolygon ). Each of these classes contains methods for creating a RubberBand object.
| Method Summary | |
|---|---|
boolean |
trackExisting(IScreenDisplay screenDisplay,
ISymbol symbol,
IGeometry geometry)
Indicates if to move or reshape an existing shape on the specified screen in response to a mouse down event. |
IGeometry |
trackNew(IScreenDisplay screenDisplay,
ISymbol symbol)
Call in response to mouse down event to rubberband a new shape on the specified screen. |
| Method Detail |
|---|
IGeometry trackNew(IScreenDisplay screenDisplay,
ISymbol symbol)
throws IOException,
AutomationException
screenDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)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.
boolean trackExisting(IScreenDisplay screenDisplay,
ISymbol symbol,
IGeometry geometry)
throws IOException,
AutomationException
screenDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)symbol - A reference to a com.esri.arcgis.display.ISymbol (in)geometry - A reference to a com.esri.arcgis.geometry.IGeometry (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 | ||||||||