uk.ac.bath.util
Class TweakableDouble
java.lang.Object
java.util.Observable
uk.ac.bath.util.Tweakable
uk.ac.bath.util.TweakableDouble
public class TweakableDouble
- extends Tweakable
|
Constructor Summary |
TweakableDouble(java.util.Collection<Tweakable> c,
double min,
double max,
double val,
double step,
java.lang.String label)
|
TweakableDouble(double min,
double max,
double val,
double step,
java.lang.String label)
|
|
Method Summary |
void |
set(java.lang.String s)
|
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TweakableDouble
public TweakableDouble(double min,
double max,
double val,
double step,
java.lang.String label)
- Parameters:
min - max - val - step - label -
TweakableDouble
public TweakableDouble(java.util.Collection<Tweakable> c,
double min,
double max,
double val,
double step,
java.lang.String label)
- Parameters:
c - min - max - val - step - label -
set
public void set(java.lang.String s)
- Specified by:
set in class Tweakable