editor
Constructor and Description |
---|
RemoveAmbulanceTeamTool(ScenarioEditor editor)
Construct a RemoveAmbulanceTeamTool.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name of this tool.
|
protected void |
processClick(GMLShape shape)
Handle a click on a shape.
|
protected boolean |
shouldHighlight(GMLShape shape)
Find out if a shape should be highlighted or not.
|
activate, deactivate
public RemoveAmbulanceTeamTool(ScenarioEditor editor)
editor
- The editor instance.public java.lang.String getName()
Tool
protected boolean shouldHighlight(GMLShape shape)
ShapeTool
shouldHighlight
in class ShapeTool
shape
- The shape to check.protected void processClick(GMLShape shape)
ShapeTool
processClick
in class ShapeTool
shape
- The shape that was clicked.