chemCast.ui
Class HyperGraphSimilarityPanel

java.lang.Object
  extended by GraphPanel
      extended by chemCast.ui.HyperGraphSimilarityPanel
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener

public class HyperGraphSimilarityPanel
extends GraphPanel
implements java.beans.PropertyChangeListener


Constructor Summary
HyperGraphSimilarityPanel()
           
 
Method Summary
static Graph createGraph()
           
 void propertyChange(java.beans.PropertyChangeEvent e)
           
 void setMatrix(AbstractSimilarityMatrix matrix)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperGraphSimilarityPanel

public HyperGraphSimilarityPanel()
Method Detail

createGraph

public static Graph createGraph()

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

setMatrix

public void setMatrix(AbstractSimilarityMatrix matrix)