Basics
Guides
API Reference
Basics
Guides
API Reference
[12:7] extends: Slider
Wraps FXGL's FXGLSlider, a JavaFX Slider subclass with FXGL theme styling.
FXGLSlider ()
Creates a new FXGLSlider with default range 0-100.
getValue ()
Returns the current slider value.
A double.setValue (double Value)
Sets the slider value.
Value is the new value.this objectsetMin (double Min)
Sets the minimum value.
Min is the new minimum.this objectsetMax (double Max)
Sets the maximum value.
Max is the new maximum.this object
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.