org.grinvin.gred.commands
Class SnapshotCommand
public class SnapshotCommand
Action that takes a snapshot of the current graph in a panel and
stores it into the given graph list. Graph panel and graph list must be installed
as attributes to the command manager with keys
GraphPanel.class.getName()
and GraphList.class.getName()
SnapshotCommand(CommandManager manager, String id) - Construct an action of this kind.
|
void | handleExecute() - takes a snapshot of the current graph in a panel and
stores it into the given graph list.
|
SnapshotCommand
public SnapshotCommand(CommandManager manager,
String id)
Construct an action of this kind.
handleExecute
public void handleExecute()
takes a snapshot of the current graph in a panel and
stores it into the given graph list.