Class ProgressBarSkin

All Implemented Interfaces:
Skin<ProgressIndicator>

public class ProgressBarSkin extends ProgressIndicatorSkin
Default skin implementation for the ProgressBar control.
Since:
9
See Also:
  • Constructor Details Link icon

    • ProgressBarSkin Link icon

      public ProgressBarSkin(ProgressBar control)
      Creates a new ProgressBarSkin instance, installing the necessary child nodes into the Control children list.
      Parameters:
      control - The control that this skin should be installed onto.
  • Method Details Link icon

    • computeBaselineOffset Link icon

      public double computeBaselineOffset(double topInset, double rightInset, double bottomInset, double leftInset)
      Calculates the baseline offset based on the first managed child. If there is no such child, returns Node.getBaselineOffset().
      Overrides:
      computeBaselineOffset in class SkinBase<ProgressIndicator>
      Parameters:
      topInset - the pixel snapped top inset
      rightInset - the pixel snapped right inset
      bottomInset - the pixel snapped bottom inset
      leftInset - the pixel snapped left inset
      Returns:
      baseline offset
    • getClassCssMetaData Link icon

      public static List<CssMetaData<? extends Styleable,?>> getClassCssMetaData()
      Returns the CssMetaData associated with this class, which may include the CssMetaData of its superclasses.
      Returns:
      the CssMetaData associated with this class, which may include the CssMetaData of its superclasses