public class ToolSelectGraphic extends Object implements PointListener
Listener that selects the items of a GraphicLayer
that their area
intersects with the point selected on the associated MapControl
.
Listens a single click of any mouse's button.
Modifier and Type | Field and Description |
---|---|
protected MapControl |
mapCtrl
Reference to the
MapControl object that uses. |
Constructor and Description |
---|
ToolSelectGraphic(MapControl mc)
Creates a new
ToolSelectGraphic object. |
Modifier and Type | Method and Description |
---|---|
boolean |
cancelDrawing()
Determines if the drawing process that this tool executes on the
MapControl
instance could be canceled or not. |
Image |
getImageCursor()
Gets the
Cursor associated to this tool. |
void |
point(PointEvent event)
Called when one click is pressed on the associated
MapControl , or the location of the cursor
of the mouse has changed on it. |
void |
pointDoubleClick(PointEvent event)
Called when a double click is pressed on the associated
MapControl . |
protected MapControl mapCtrl
MapControl
object that uses.public ToolSelectGraphic(MapControl mc)
Creates a new ToolSelectGraphic
object.
mc
- the MapControl
where will be applied the changespublic void point(PointEvent event) throws BehaviorException
PointListener
Called when one click is pressed on the associated MapControl
, or the location of the cursor
of the mouse has changed on it.
point
in interface PointListener
event
- mouse event with the coordinates of the point selected on the associated MapControl
BehaviorException
- will be thrown when fails the process of this toolpublic void pointDoubleClick(PointEvent event) throws BehaviorException
PointListener
Called when a double click is pressed on the associated MapControl
.
pointDoubleClick
in interface PointListener
event
- mouse event and the coordinates of the point selected on the associated MapControl
BehaviorException
- will be thrown when fails the process of this toolpublic Image getImageCursor()
ToolListener
Gets the Cursor
associated to this tool.
getImageCursor
in interface ToolListener
public boolean cancelDrawing()
ToolListener
Determines if the drawing process that this tool executes on the MapControl
instance could be canceled or not.
cancelDrawing
in interface ToolListener
true
if is cancellable; otherwise returns false