uchicago.src.sim.gui
Class Legend
java.lang.Object
uchicago.src.sim.gui.Legend
public class Legend
- extends java.lang.Object
|
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 |
SQUARE
public static final int SQUARE
- See Also:
- Constant Field Values
CIRCLE
public static final int CIRCLE
- See Also:
- Constant Field Values
Legend
public Legend(java.lang.String title)
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()