Interface RangeSlider.PeekListener

  • Enclosing class:
    RangeSlider

    public static interface RangeSlider.PeekListener
    RangeSlider slider value peek listener
    • 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 - the RangeSlider widget owning the slider
        val - the absolute value peeked at the slider
        val_pct - the percentage value position peeked at the slider
        pos - object position relative to the slider's bar
        e - NEWT original event