EVolve.util.painters
Class AllocDensityMetricPainter

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

public class AllocDensityMetricPainter
extends Painter


Constructor Summary
AllocDensityMetricPainter()
           
 
Method Summary
 float getMax()
           
 java.lang.String getName()
           
 float getValue(int x)
           
 void paint(AutoImage image, long x, long y, long z)
           
 
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

AllocDensityMetricPainter

public AllocDensityMetricPainter()
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

getMax

public float getMax()

getValue

public float getValue(int x)