EVolve.util.painters
Class DefaultPainter2

java.lang.Object
  |
  +--EVolve.util.painters.Painter
        |
        +--EVolve.util.painters.DefaultPainter
              |
              +--EVolve.util.painters.DefaultPainter2
All Implemented Interfaces:
java.lang.Cloneable

public class DefaultPainter2
extends DefaultPainter


Constructor Summary
DefaultPainter2()
           
 
Method Summary
 java.lang.String getName()
           
 void paint(AutoShapeImage image, int x, int y, int z)
           
 void paint2(AutoShapeImage image, int x, int y, int z, Shape shape)
           
 
Methods inherited from class EVolve.util.painters.DefaultPainter
paint
 
Methods inherited from class EVolve.util.painters.Painter
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPainter2

public DefaultPainter2()
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class DefaultPainter

paint

public void paint(AutoShapeImage image,
                  int x,
                  int y,
                  int z)

paint2

public void paint2(AutoShapeImage image,
                   int x,
                   int y,
                   int z,
                   Shape shape)