Class HorizontalSlider

All Implemented Interfaces:
Cullable

public class HorizontalSlider extends Group
  • Field Details

  • Constructor Details

    • HorizontalSlider

      public HorizontalSlider(float width, double value, double minValue, double maxValue, ObjectConsumer<Double> listener)
  • Method Details

    • setNotifyOnDrag

      public void setNotifyOnDrag(boolean notifyOnDrag)
    • setValue

      public void setValue(double value, boolean notifyListener)
    • getValue

      public double getValue()