gui.run
Class DoubleProperties

java.lang.Object
  extended by gui.run.DoubleProperties

public class DoubleProperties
extends java.lang.Object

User: lyon Date: Oct 22, 2006 Time: 6:26:06 AM Copyright DocJava, Inc. 2005.


Constructor Summary
DoubleProperties(java.lang.String units, double min, double max, double stepSize)
           
 
Method Summary
 double getMax()
           
 double getMin()
           
 double getStepSize()
           
 java.lang.String getUnits()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleProperties

public DoubleProperties(java.lang.String units,
                        double min,
                        double max,
                        double stepSize)
Method Detail

getMin

public double getMin()

getMax

public double getMax()

getStepSize

public double getStepSize()

getUnits

public java.lang.String getUnits()