Module MaterialFX

Class MFXSliderSkin.LayoutData

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

protected class MFXSliderSkin.LayoutData extends Object
Support class to the slider's skin. It helps manage/update info about layout such as: the x coordinate at zero value (or min if the min is greater than 0, or the max is lesser than 0, or the slider is se to be non-bidirectional), the thumb x and y coordinates, the bar width and bar x coordinate, the major ticks data (see MFXSliderSkin.TickData) and their y coordinate which is the same for all of them.
  • Constructor Details

    • LayoutData

      protected LayoutData()
  • Method Details