EVolve.util.painters
Class BarChartPainter

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

public class BarChartPainter
extends Painter


Constructor Summary
BarChartPainter(int size)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getName()
           
 int[] getValue()
           
 long getxMax()
           
 void paint(AutoImage image, long x, long y, long z)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarChartPainter

public BarChartPainter(int size)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Painter

paint

public void paint(AutoImage image,
                  long x,
                  long y,
                  long z)
Specified by:
paint in class Painter

getxMax

public long getxMax()

getValue

public int[] getValue()

clone

public java.lang.Object clone()
Overrides:
clone in class Painter