|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.tablepositionsetup.Stepper
public class Stepper
The Class Stepper.
| Constructor Summary | |
|---|---|
Stepper(ContentSystem contentSystem,
int x,
int y,
float startValue,
float stepSize,
java.lang.String prefix,
java.lang.String suffix,
java.lang.String measure)
Instantiates a new stepper. |
|
| Method Summary | |
|---|---|
void |
destroyDial()
Destroy dial. |
float |
getValue()
Gets the value. |
void |
setLowerLimit(float limit)
Sets the lower limit. |
void |
setUpperLimit(float limit)
Sets the upper limit. |
void |
setValue(float value)
Sets the value. |
void |
unSetLowerLimit()
Un set lower limit. |
void |
unSetUpperLimit()
Un set upper limit. |
void |
update(float timePerFrame)
Update. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Stepper(ContentSystem contentSystem,
int x,
int y,
float startValue,
float stepSize,
java.lang.String prefix,
java.lang.String suffix,
java.lang.String measure)
contentSystem - the content systemx - the xy - the ystartValue - the start valuestepSize - the step sizeprefix - the prefixsuffix - the suffixmeasure - the measure| Method Detail |
|---|
public void destroyDial()
public float getValue()
public void setLowerLimit(float limit)
limit - the new lower limitpublic void setUpperLimit(float limit)
limit - the new upper limitpublic void setValue(float value)
value - the new valuepublic void unSetLowerLimit()
public void unSetUpperLimit()
public void update(float timePerFrame)
Updateable
update in interface UpdateabletimePerFrame - the time per frame
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||