Class HaloAttributes

    • Constructor Detail

      • HaloAttributes

        public HaloAttributes()
    • Method Detail

      • getFillColor

        public Color getFillColor()
        Returns the color of the fill attribute in a Halo options

        Default: #C0C0C0.

      • setFillColor

        public void setFillColor​(Color color)
        Sets the color of the fill attribute in a Halo options
      • setFillColor

        public void setFillColor​(String color)
        Sets the color of the fill attribute in a Halo options
      • setFillColor

        public void setFillColor​(LinearGradient color)
        Sets the color of the fill attribute in a Halo options
      • setFillColor

        public void setFillColor​(RadialGradient color)
        Sets the color of the fill attribute in a Halo options
      • getStrokeColor

        public Color getStrokeColor()
        Returns the stroke color attribute in a Halo options

        Default: #C0C0C0.

      • setStrokeColor

        public void setStrokeColor​(Color color)
        Sets the stroke color attribute in a Halo options
      • setStrokeColor

        public void setStrokeColor​(String color)
        Sets the stroke color attribute in a Halo options
      • setStrokeColor

        public void setStrokeColor​(LinearGradient color)
        Sets the stroke color attribute in a Halo options
      • setStrokeColor

        public void setStrokeColor​(RadialGradient color)
        Sets the color of the fill attribute in a Halo options
      • getStrokeWidth

        public Number getStrokeWidth()
      • setStrokeWidth

        public void setStrokeWidth​(Number strokeWidth)