fang
Class ImageFill

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

public class ImageFill
extends Fill


Constructor Summary
ImageFill(String name)
           
 
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

ImageFill

public ImageFill(String name)
Method Detail

paint

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