Class ssfd.SSFDSlider
All Packages Class Hierarchy This Package Previous Next Index
Class ssfd.SSFDSlider
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----dpscomponents.slider.MightySlider
|
+----dpscomponents.slider.FormatSlider
|
+----observable.ObservableSlider
|
+----ssfd.SSFDSlider
- public class SSFDSlider
- extends ObservableSlider
Sets attributes of the slider at once to allow several similar looking
implementations to be declared easily. These values are chosen so
as to be appropriate for this application (SteadyStateFusionDemo).
- Version:
- 1.0 03-05-97
- Author:
- Daren Stotler
-
SSFDSlider(ObservableDbl, int, int, int, Color)
- Only one method.
SSFDSlider
public SSFDSlider(ObservableDbl value,
int width,
int min,
int max,
Color color)
- Only one method.
- Parameters:
- value - ObservableDbl upon which the slider is based
- width - horizontal width of the slider
- min - minimum value to be taken on by the slider
- max - maximum value to be taken on by the slider
- color - color of the background and bar of the slider
All Packages Class Hierarchy This Package Previous Next Index