public class MergeLinesTool extends AbstractTool
editor
Constructor and Description |
---|
MergeLinesTool(GMLEditor editor)
Construct a MergeLinesTool.
|
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 MergeLinesTool(GMLEditor editor)
editor
- The editor instance.public java.lang.String getName()
Tool
public void activate()
Tool
public void deactivate()
Tool