public class SplitEdgeTool extends AbstractTool
editor| Constructor and Description |
|---|
SplitEdgeTool(GMLEditor editor)
Construct a SplitEdgeTool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activate this tool.
|
void |
deactivate()
Deactivate this tool.
|
java.lang.String |
getName()
Get the name of this tool.
|
public SplitEdgeTool(GMLEditor editor)
editor - The editor instance.public java.lang.String getName()
Toolpublic void activate()
Toolpublic void deactivate()
Tool