|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SliderView
The SliderView is used to update a sliders visual representation.
| Method Summary | |
|---|---|
int |
filter(int pixelX,
int pixelY)
This translates the given x/y position into a single value. |
int |
getSize()
Get the size of the Slider area. |
void |
update(int position)
Update the Position of the slider. |
void |
valueChanged(float value)
That's a callback that is called when the value has been changed. |
| Method Detail |
|---|
int getSize()
void update(int position)
position - the new position in px
int filter(int pixelX,
int pixelY)
pixelX - xpixelY - y
void valueChanged(float value)
value - the new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||