public class AddNodeCommand extends AbstractCommand
| Constructor and Description |
|---|
AddNodeCommand(prefuse.Visualization vis,
prefuse.data.Graph graph,
prefuse.data.Node node,
boolean afterwards) |
AddNodeCommand(prefuse.Visualization vis,
prefuse.data.Graph graph,
prefuse.data.Node source,
prefuse.data.Node target) |
| Modifier and Type | Method and Description |
|---|---|
void |
doIt() |
void |
undoIt() |
finishpublic AddNodeCommand(prefuse.Visualization vis,
prefuse.data.Graph graph,
prefuse.data.Node node,
boolean afterwards)
public AddNodeCommand(prefuse.Visualization vis,
prefuse.data.Graph graph,
prefuse.data.Node source,
prefuse.data.Node target)
public void doIt()
doIt in class AbstractCommandpublic void undoIt()
undoIt in class AbstractCommand