Class AbstractToolListener
java.lang.Object
org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
- All Implemented Interfaces:
ToolListener
- Direct Known Subclasses:
AbstractPointListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines if the drawing process that this tool executes on theMapControlinstance could be canceled or not.Gets theCursorassociated to this tool.
-
Constructor Details
-
AbstractToolListener
public AbstractToolListener()
-
-
Method Details
-
cancelDrawing
public boolean cancelDrawing()Description copied from interface:ToolListenerDetermines if the drawing process that this tool executes on the
MapControlinstance could be canceled or not.- Specified by:
cancelDrawingin interfaceToolListener- Returns:
trueif is cancellable; otherwise returnsfalse
-
getImageCursor
Description copied from interface:ToolListenerGets the
Cursorassociated to this tool.- Specified by:
getImageCursorin interfaceToolListener- Returns:
- component with the bitmap associated to this tool
-