uchicago.src.sim.gui
Class CircleIcon

java.lang.Object
  extended by uchicago.src.sim.gui.LegendIcon
      extended by uchicago.src.sim.gui.CircleIcon
All Implemented Interfaces:
javax.swing.Icon

public class CircleIcon
extends LegendIcon


Field Summary
 
Fields inherited from class uchicago.src.sim.gui.LegendIcon
color, height, hollow, width
 
Constructor Summary
CircleIcon(java.awt.Color color, boolean hollow)
           
CircleIcon(int width, int height, java.awt.Color color, boolean hollow)
           
 
Method Summary
 void paintIcon(java.awt.Component comp, java.awt.Graphics g, int x, int y)
           
 
Methods inherited from class uchicago.src.sim.gui.LegendIcon
getIconHeight, getIconWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircleIcon

public CircleIcon(java.awt.Color color,
                  boolean hollow)

CircleIcon

public CircleIcon(int width,
                  int height,
                  java.awt.Color color,
                  boolean hollow)
Method Detail

paintIcon

public void paintIcon(java.awt.Component comp,
                      java.awt.Graphics g,
                      int x,
                      int y)