endrov.windowPlateAnalysis
Class PlateWindowView.ValueRange

java.lang.Object
  extended by endrov.windowPlateAnalysis.PlateWindowView.ValueRange
Enclosing class:
PlateWindowView

public static class PlateWindowView.ValueRange
extends java.lang.Object


Field Summary
 java.lang.Double max
           
 java.lang.Double min
           
 
Constructor Summary
PlateWindowView.ValueRange()
           
 
Method Summary
 void add(double v)
           
 void clear()
           
 boolean hasValue()
           
 double rescale(double v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public java.lang.Double min

max

public java.lang.Double max
Constructor Detail

PlateWindowView.ValueRange

public PlateWindowView.ValueRange()
Method Detail

hasValue

public boolean hasValue()

add

public void add(double v)

rescale

public double rescale(double v)

clear

public void clear()