All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ssfd.SSFDSlider

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----ssfd.SSFDSlider

public class SSFDSlider
extends Panel
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:
$Revision: 1.2 $, $Date: 1999/11/19 21:37:04 $.
Author:
Daren Stotler

Constructor Index

 o SSFDSlider(ObservableDbl, int, int, int, int, Color, Font)
Only one method.

Constructors

 o SSFDSlider
 public SSFDSlider(ObservableDbl value,
                   int width,
                   int min,
                   int max,
                   int cols,
                   Color color,
                   Font font)
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
cols - number of columns in the text field
color - color of the background and bar of the slider
font - font to be used.

All Packages  Class Hierarchy  This Package  Previous  Next  Index