|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ToolListener
User can interact with a MapControl instance, working with a tool that applies changes on it
processing the events produced by the current Behavior of MapControl.
The process that the tool applies on the MapControl is a consequence of the mouse actions
that user has done on that area.
Only some tool listener can be cancelled.
| Method Summary | |
|---|---|
boolean |
cancelDrawing()
Determines if the drawing process that this tool executes on the MapControl
instance could be canceled or not. |
java.awt.Image |
getImageCursor()
Gets the Cursor associated to this tool. |
| Method Detail |
|---|
boolean cancelDrawing()
Determines if the drawing process that this tool executes on the MapControl
instance could be canceled or not.
true if is cancellable; otherwise returns falsejava.awt.Image getImageCursor()
Gets the Cursor associated to this tool.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||