|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.tablepositionsetup.Slider
public class Slider
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 |
---|
public Slider(ContentSystem contentSystem, int x, int y, int widthNew, int heightNew, int maxValue, int minValue, java.lang.String prefix, java.lang.String suffix)
contentSystem
- the content systemx
- the xy
- the ywidthNew
- the width newheightNew
- the height newmaxValue
- the max valueminValue
- the min valueprefix
- the prefixsuffix
- the suffixMethod Detail |
---|
public void destroySlider()
public float getValue()
public void setValue(float value)
value
- the new value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |