editor| Constructor and Description |
|---|
PlaceHydrantTool(ScenarioEditor editor)
Construct a PlaceHydrantTool.
|
| 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, deactivatepublic PlaceHydrantTool(ScenarioEditor editor)
editor - The editor instance.public java.lang.String getName()
Toolprotected boolean shouldHighlight(GMLShape shape)
ShapeToolshouldHighlight in class ShapeToolshape - The shape to check.protected void processClick(GMLShape shape)
ShapeToolprocessClick in class ShapeToolshape - The shape that was clicked.