EVolve.util.painters
Class CorrelationPainter

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

public class CorrelationPainter
extends Painter


Constructor Summary
CorrelationPainter(int[][] value)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getName()
           
 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

CorrelationPainter

public CorrelationPainter(int[][] value)
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

clone

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