org.grinvin.gred.actions
Class SnapshotAction
public class SnapshotAction
Action that takes a snapshot of the current graph in a panel and
stores it into the given graph list.
void | actionPerformed(ActionEvent e) - Takes a snapshot of the current graph in a panel and
stores it into the given graph list.
|
SnapshotAction
public SnapshotAction(GraphPanel panel,
GraphList graphList)
Construct an action of this kind.
actionPerformed
public void actionPerformed(ActionEvent e)
Takes a snapshot of the current graph in a panel and
stores it into the given graph list.