Class ProgressIndicatorSkin

    • Constructor Detail

      • ProgressIndicatorSkin

        public ProgressIndicatorSkin​(ProgressIndicator control)
        Creates a new ProgressIndicatorSkin instance, installing the necessary child nodes into the Control children list.
        Parameters:
        control - The control that this skin should be installed onto.
    • Method Detail

      • dispose

        public void dispose​()
        Called by a Skinnable when the Skin is replaced on the Skinnable. This method allows a Skin to implement any logic necessary to clean up itself after the Skin is no longer needed. It may be used to release native resources. The methods Skin.getSkinnable() and Skin.getNode() should return null following a call to dispose. Calling dispose twice has no effect.
        Specified by:
        dispose in interface Skin<ProgressIndicator>
        Overrides:
        dispose in class SkinBase<ProgressIndicator>
      • layoutChildren

        protected void layoutChildren​(double x,
                                      double y,
                                      double w,
                                      double h)
        Called during the layout pass of the scenegraph.
        Overrides:
        layoutChildren in class SkinBase<ProgressIndicator>
        Parameters:
        x - the x position
        y - the y position
        w - the width
        h - the height
      • getClassCssMetaData

        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