EVolve.util.Painters
Class PredictionPainter

java.lang.Object
  |
  +--EVolve.util.Painters.Painter
        |
        +--EVolve.util.Painters.PredictionPainter
Direct Known Subclasses:
MissRatePainter

public class PredictionPainter
extends Painter


Field Summary
protected  java.awt.Color colorBlue
           
protected  java.awt.Color colorRed
           
protected  int[] miss
           
protected  Predictor[] predictor
           
 
Constructor Summary
PredictionPainter()
           
PredictionPainter(Predictor[] predictor)
           
 
Method Summary
 int[] getMiss()
           
 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
 

Field Detail

colorRed

protected java.awt.Color colorRed

colorBlue

protected java.awt.Color colorBlue

predictor

protected Predictor[] predictor

miss

protected int[] miss
Constructor Detail

PredictionPainter

public PredictionPainter()

PredictionPainter

public PredictionPainter(Predictor[] predictor)
Method Detail

paint

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

getMiss

public int[] getMiss()