edu.jhu.tmaj.client.arraybuilder.data
Class ColorLegend

java.lang.Object
  extended by edu.jhu.tmaj.client.arraybuilder.data.ColorLegend

public final class ColorLegend
extends java.lang.Object


Constructor Summary
ColorLegend()
           
 
Method Summary
 void displayLegend(java.util.List<ColorCodedString> colorCodedStringList, java.awt.Component component)
          Displays a frame that contains a legend indicating which colors go to which tissueTypes.
 void hideLegend()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorLegend

public ColorLegend()
Method Detail

displayLegend

public void displayLegend(java.util.List<ColorCodedString> colorCodedStringList,
                          java.awt.Component component)
Displays a frame that contains a legend indicating which colors go to which tissueTypes. The legend does not display the color for all tissueTypes, only tissueTypes that appear in this Array.


hideLegend

public void hideLegend()