org.grinvin.gred.actions

Class EdgeInducedGraph


public class EdgeInducedGraph
extends MutableGraphPanelAction

Action which replaces the graph with the graph induced by the selected edges.

Field Summary

Fields inherited from class org.grinvin.gred.actions.MutableGraphPanelAction

panel

Constructor Summary

EdgeInducedGraph(MutableGraphPanel panel)
Default constructor

Method Summary

void
actionPerformed(ActionEvent e)

Constructor Details

EdgeInducedGraph

public EdgeInducedGraph(MutableGraphPanel panel)
Default constructor

Method Details

actionPerformed

public void actionPerformed(ActionEvent e)