Uses of Class
uk.ac.bath.util.Tweakable

Packages that use Tweakable
uk.ac.bath.gui   
uk.ac.bath.util   
 

Uses of Tweakable in uk.ac.bath.gui
 

Methods in uk.ac.bath.gui with parameters of type Tweakable
 void TweakerPanel.addSpinTweaker(Tweakable tweak)
           
 

Constructors in uk.ac.bath.gui with parameters of type Tweakable
SpinTweaker(Tweakable t)
           
SpinTweakerPanel(Tweakable t)
           
 

Uses of Tweakable in uk.ac.bath.util
 

Subclasses of Tweakable in uk.ac.bath.util
 class TweakableDouble
           
 class TweakableInt
           
 

Constructor parameters in uk.ac.bath.util with type arguments of type Tweakable
TweakableDouble(java.util.Collection<Tweakable> c, double min, double max, double val, double step, java.lang.String label)
           
TweakableInt(java.util.Collection<Tweakable> c, int min, int max, int val, java.lang.String label)