apps.tablepositionsetup
Class Slider

java.lang.Object
  extended by apps.tablepositionsetup.Slider

public class Slider
extends java.lang.Object

The Class Slider.


Constructor Summary
Slider(ContentSystem contentSystem, int x, int y, int widthNew, int heightNew, int maxValue, int minValue, java.lang.String prefix, java.lang.String suffix)
          Instantiates a new slider.
 
Method Summary
 void destroySlider()
          Destroy slider.
 float getValue()
          Gets the value.
 void setValue(float value)
          Sets the value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slider

public Slider(ContentSystem contentSystem,
              int x,
              int y,
              int widthNew,
              int heightNew,
              int maxValue,
              int minValue,
              java.lang.String prefix,
              java.lang.String suffix)
Instantiates a new slider.

Parameters:
contentSystem - the content system
x - the x
y - the y
widthNew - the width new
heightNew - the height new
maxValue - the max value
minValue - the min value
prefix - the prefix
suffix - the suffix
Method Detail

destroySlider

public void destroySlider()
Destroy slider.


getValue

public float getValue()
Gets the value.

Returns:
the value

setValue

public void setValue(float value)
Sets the value.

Parameters:
value - the new value