EVolve.util.painters
Class EventPredictionPainter

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

public class EventPredictionPainter
extends PredictionPainter


Field Summary
 
Fields inherited from class EVolve.util.painters.PredictionPainter
colorBlue, colorRed, miss, predictor, targetCheckMap, targetType
 
Constructor Summary
EventPredictionPainter()
           
 
Method Summary
 void paint(AutoImage image, long x, long y, long z)
           
 void setParameters(Predictor[] predictor, int targetType, int lineWidth)
           
 
Methods inherited from class EVolve.util.painters.PredictionPainter
clone, getMiss, getName, setPredictor, validateTarget
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventPredictionPainter

public EventPredictionPainter()
Method Detail

paint

public void paint(AutoImage image,
                  long x,
                  long y,
                  long z)
Overrides:
paint in class PredictionPainter

setParameters

public void setParameters(Predictor[] predictor,
                          int targetType,
                          int lineWidth)