public class DrawingRectangleEditTool extends RectangleEditTool
RectangleEditTool.ManualRectangleEditReceiver
_rectangle, _undoButton, TOOL_IDENTIFIER
_button, _imageButton
_identifier, _mapListenerCount, _mapView
Constructor and Description |
---|
DrawingRectangleEditTool(MapView mapView,
android.widget.Button button,
android.widget.Button undoButton,
DrawingToolsToolbar drawingToolsToolbar)
CONSTRUCTOR
|
Modifier and Type | Method and Description |
---|---|
boolean |
onToolBegin(android.os.Bundle extras)
INHERITED METHODS
|
void |
onToolEnd()
Called when this tool has been asked to end, either directly or by the user selecting a new
tool or possibly a new toolbar.
|
void |
undo() |
onConflict, onItemAdded, onItemRemoved, onMoved, run
dispose, initButton, onButtonClicked, setActive
clearExtraListeners, endTool, findPoint, getActive, getIdentifier, onKey, popAllMapListeners, popMapListeners, pushMapListeners, requestBeginTool, requestEndTool, shouldEndOnBack
public DrawingRectangleEditTool(MapView mapView, android.widget.Button button, android.widget.Button undoButton, DrawingToolsToolbar drawingToolsToolbar)
public boolean onToolBegin(android.os.Bundle extras)
onToolBegin
in class RectangleEditTool
extras
- extra params that were passed by the GUIpublic void onToolEnd()
Tool
onToolEnd
in class RectangleEditTool
public void undo()
undo
in interface Undoable
undo
in class RectangleEditTool