Class RatingSkin

    • Constructor Detail

      • RatingSkin

        public RatingSkin​(Rating control)
        Constructors
    • Method Detail

      • createButtonNode

        protected Node createButtonNode()
        Creates the node for one star. By default, an empty region is returned. This method can be overwritten to customize the styling of the star, e.g. to use a font-based icon.
      • computeMaxWidth

        protected double computeMaxWidth​(double height,
                                         double topInset,
                                         double rightInset,
                                         double bottomInset,
                                         double leftInset)
        Overrides:
        computeMaxWidth in class SkinBase<Rating>