bicliqueviz
Class CommunityGraph

java.lang.Object
  extended by bicliqueviz.CommunityGraph
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class CommunityGraph
extends java.lang.Object
implements java.awt.event.ActionListener

Class community network

Author:
Martin Schwartz

Constructor Summary
CommunityGraph(BicliqueTreeMenu treeMenu, InfoFile info)
          Creates instance of community network (will be shown in a seperate window)
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void createGraph(BicliqueTreeMenu treeMenu)
          Creates the graph and window it should be shown in
 void takeScreenshot(java.awt.Component c)
          Makes a screen dump of the specified component
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunityGraph

public CommunityGraph(BicliqueTreeMenu treeMenu,
                      InfoFile info)
Creates instance of community network (will be shown in a seperate window)

Parameters:
treeMenu - Pointer to the tree menu
info - Pointer to the info file
Method Detail

createGraph

public void createGraph(BicliqueTreeMenu treeMenu)
Creates the graph and window it should be shown in

Parameters:
treeMenu - Tree menu

takeScreenshot

public void takeScreenshot(java.awt.Component c)
Makes a screen dump of the specified component

Parameters:
c - Component to make a screen dump of

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener