|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.tablepositionsetup.Dial
public class Dial
The Class Dial.
Constructor Summary | |
---|---|
Dial(ContentSystem contentSystem,
int xLoc,
int yLoc,
float dialRadius,
float startValue,
float valuePerFullRotation,
java.lang.String measure)
Instantiates a new dial. |
Method Summary | |
---|---|
void |
addPrecisionSlider(float range)
Adds the precision slider. |
void |
destroyDial()
Destroy dial. |
float |
getValue()
Gets the value. |
void |
setLowerBound(float bound)
Sets the lower bound. |
void |
setUpperBound(float bound)
Sets the upper bound. |
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 Dial(ContentSystem contentSystem, int xLoc, int yLoc, float dialRadius, float startValue, float valuePerFullRotation, java.lang.String measure)
contentSystem
- the content systemxLoc
- the x locyLoc
- the y locdialRadius
- the dial radiusstartValue
- the start valuevaluePerFullRotation
- the value per full rotationmeasure
- the measureMethod Detail |
---|
public void addPrecisionSlider(float range)
range
- the rangepublic void destroyDial()
public float getValue()
public void setLowerBound(float bound)
bound
- the new lower boundpublic void setUpperBound(float bound)
bound
- the new upper boundpublic void setValue(float value)
value
- the new value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |