uchicago.src.sim.gui
Class Legend

java.lang.Object
  extended by uchicago.src.sim.gui.Legend

public class Legend
extends java.lang.Object


Field Summary
static int CIRCLE
           
static int SQUARE
           
 
Constructor Summary
Legend(java.lang.String title)
           
 
Method Summary
 void addLegend(java.lang.String label, int iconType, java.awt.Color color, boolean hollow)
           
 void addLegend(java.lang.String label, int iconType, java.awt.Color color, boolean hollow, int iconWidth, int iconHeight)
           
 void display()
           
 void dispose()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SQUARE

public static final int SQUARE
See Also:
Constant Field Values

CIRCLE

public static final int CIRCLE
See Also:
Constant Field Values
Constructor Detail

Legend

public Legend(java.lang.String title)
Method Detail

addLegend

public void addLegend(java.lang.String label,
                      int iconType,
                      java.awt.Color color,
                      boolean hollow)

addLegend

public void addLegend(java.lang.String label,
                      int iconType,
                      java.awt.Color color,
                      boolean hollow,
                      int iconWidth,
                      int iconHeight)

display

public void display()

dispose

public void dispose()