fang
Class SolidFill

java.lang.Object
  extended by fang.Fill
      extended by fang.SolidFill

public class SolidFill
extends Fill


Constructor Summary
SolidFill(Color color)
           
 
Method Summary
 void paint(Graphics2D pen, Shape shape)
           
 
Methods inherited from class fang.Fill
getColor, setColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolidFill

public SolidFill(Color color)
Method Detail

paint

public void paint(Graphics2D pen,
                  Shape shape)
Specified by:
paint in class Fill