Package com.jogamp.graph.ui.widgets
Interface RangeSlider.PeekListener
-
- Enclosing class:
- RangeSlider
public static interface RangeSlider.PeekListener
RangeSlider
slider value peek listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
peeked(RangeSlider w, float val, float val_pct, com.jogamp.math.Vec3f pos, MouseEvent e)
Slide position/value peeked by user (mouse over/hover)
-
-
-
Method Detail
-
peeked
void peeked(RangeSlider w, float val, float val_pct, com.jogamp.math.Vec3f pos, MouseEvent e)
Slide position/value peeked by user (mouse over/hover)- Parameters:
w
- theRangeSlider
widget owning the sliderval
- the absolute value peeked at the sliderval_pct
- the percentage value position peeked at the sliderpos
- object position relative to the slider's bare
- NEWT original event
-
-