All Packages Class Hierarchy This Package Previous Next Index
Class utils.GUI.LabelledLogScroller
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----utils.GUI.LabelledScroller
|
+----utils.GUI.LabelledLogScroller
- public class LabelledLogScroller
- extends LabelledScroller
A component which has : a Label, a DoubleTextDisplay
and a Scrollbar. the value depends exponentially
on the position of the marker.
-
LabelledLogScroller(String)
- construct with the given label
-
getValue()
-
-
setRange(double, double)
- set the allowed range of the value
-
setValue(double)
-
LabelledLogScroller
public LabelledLogScroller(String s)
- construct with the given label
setRange
public void setRange(double min,
double max)
- set the allowed range of the value
- Overrides:
- setRange in class LabelledScroller
getValue
public double getValue()
- Overrides:
- getValue in class LabelledScroller
setValue
public void setValue(double d)
- Overrides:
- setValue in class LabelledScroller
All Packages Class Hierarchy This Package Previous Next Index