org.micropainter.ext.incub.bar4
Class BarWindow

java.lang.Object
  extended by org.micropainter.ext.incub.bar4.BarWindow

public class BarWindow
extends java.lang.Object


Field Summary
private  double max
           
private  double min
           
 
Constructor Summary
BarWindow(double min, double max)
           
 
Method Summary
 double getMax()
           
 double getMin()
           
 void setMax(double max)
           
 void setMin(double min)
           
 double userToBar(double barHeight, double userValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

private double min

max

private double max
Constructor Detail

BarWindow

public BarWindow(double min,
                 double max)
Method Detail

getMin

public double getMin()

setMin

public void setMin(double min)

getMax

public double getMax()

setMax

public void setMax(double max)

userToBar

public double userToBar(double barHeight,
                        double userValue)