uk.ac.ic.doc.automed.matching.modules.bidirectionalmap
Class MapDisplay

java.lang.Object
  extended by uk.ac.ic.doc.automed.matching.modules.bidirectionalmap.MapDisplay

public class MapDisplay
extends java.lang.Object


Constructor Summary
MapDisplay(jsom.Map map, Vectors data)
          Creates new form MapDisplay
 
Method Summary
 Cluster[] createClusters()
           
 java.util.Map getProjected()
           
 void print()
           
 void setNodeLabels(java.util.Map nodeLabels)
          This method is called from within the constructor to initialize the form.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapDisplay

public MapDisplay(jsom.Map map,
                  Vectors data)
Creates new form MapDisplay

Method Detail

print

public void print()

createClusters

public Cluster[] createClusters()

getProjected

public java.util.Map getProjected()

setNodeLabels

public void setNodeLabels(java.util.Map nodeLabels)
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.