Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: FXGLSpinner

[15:7] extends: Spinner

Wraps FXGL's FXGLSpinner, a JavaFX Spinner subclass with FXGL theme styling. Spinner is generic over the value type; the default-arg constructor takes no value-factory and is suitable only after a value factory is set via setValueFactory through .obj.

Methods

  • FXGLSpinner (Items = null)

    Creates a new empty FXGLSpinner.

  • getValue ()

    Returns the current spinner value.

    • @r The value.