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, deactivate
public CreateSpaceTool(GMLEditor editor)
editor
- The editor instance.public java.lang.String getName()
Tool
protected javax.swing.undo.UndoableEdit finished(java.util.List<GMLNode> nodes)
CreateShapeTool
finished
in class CreateShapeTool
nodes
- The nodes of the shape.