fang
Class OutlineFill

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

public class OutlineFill
extends Fill


Constructor Summary
OutlineFill(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

OutlineFill

public OutlineFill(Color color)
Method Detail

paint

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