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, rundispose, initButton, onButtonClicked, setActiveclearExtraListeners, endTool, findPoint, getActive, getIdentifier, onKey, popAllMapListeners, popMapListeners, pushMapListeners, requestBeginTool, requestEndTool, shouldEndOnBackpublic DrawingRectangleEditTool(MapView mapView, android.widget.Button button, android.widget.Button undoButton, DrawingToolsToolbar drawingToolsToolbar)
public boolean onToolBegin(android.os.Bundle extras)
onToolBegin in class RectangleEditToolextras - extra params that were passed by the GUIpublic void onToolEnd()
ToolonToolEnd in class RectangleEditToolpublic void undo()
undo in interface Undoableundo in class RectangleEditTool