org.grinvin.gred.actions

Class VertexInducedGraph


public class VertexInducedGraph
extends MutableGraphPanelAction

Action command which replaces the graph with the graph induced by the selected vertices.

Field Summary

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

panel

Constructor Summary

VertexInducedGraph(MutableGraphPanel panel)
Default constructor

Method Summary

void
actionPerformed(ActionEvent e)

Constructor Details

VertexInducedGraph

public VertexInducedGraph(MutableGraphPanel panel)
Default constructor

Method Details

actionPerformed

public void actionPerformed(ActionEvent e)