public class CreateSpaceTool extends CreateShapeTool
editor| Constructor and Description |
|---|
CreateSpaceTool(GMLEditor editor)
Construct a CreateSpaceTool.
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.undo.UndoableEdit |
finished(java.util.List<GMLNode> nodes)
Perform whatever shape creation tasks are needed once the shape has been closed.
|
java.lang.String |
getName()
Get the name of this tool.
|
activate, deactivatepublic CreateSpaceTool(GMLEditor editor)
editor - The editor instance.public java.lang.String getName()
Toolprotected javax.swing.undo.UndoableEdit finished(java.util.List<GMLNode> nodes)
CreateShapeToolfinished in class CreateShapeToolnodes - The nodes of the shape.