jAER project on SourceForge

net.sf.jaer.chip
Interface Calibratible

All Known Implementing Classes:
AdaptiveIntensityRenderer

public interface Calibratible

This object can be calibrated in some way.

Author:
tobi

Method Summary
 boolean isCalibrationInProgress()
           
 void setCalibrationInProgress(boolean calibrationInProgress)
           
 

Method Detail

isCalibrationInProgress

boolean isCalibrationInProgress()

setCalibrationInProgress

void setCalibrationInProgress(boolean calibrationInProgress)

jAER project on SourceForge