EVolve.util.Painters
Class BarChartPainter

java.lang.Object
  |
  +--EVolve.util.Painters.Painter
        |
        +--EVolve.util.Painters.BarChartPainter

public class BarChartPainter
extends Painter


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

Constructor Detail

BarChartPainter

public BarChartPainter(int size)
Method Detail

paint

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

getxMax

public int getxMax()

getValue

public int[] getValue()