Module MaterialFX

Class MFXSliderSkin.PopupManager

java.lang.Object
io.github.palexdev.materialfx.skins.MFXSliderSkin.PopupManager
Enclosing class:
MFXSliderSkin

protected class MFXSliderSkin.PopupManager extends Object
Support class to the slider's skin. It helps manage the popup, by handling MFXSlider.popupSupplierProperty() changes, computing it's position and it's rotation according to the current orientation and side.

The class has three bindings fields: for the layout x (xBinding), layout y (yBinding) and rotation (rBinding).
  • Constructor Details

    • PopupManager

      protected PopupManager()