Class GaugePivotPlotOptions

    • Constructor Detail

      • GaugePivotPlotOptions

        public GaugePivotPlotOptions()
    • Method Detail

      • getBackgroundColor

        public Color getBackgroundColor()
        Returns the background color or fill of the pivot.

        Default: "black".

      • setBackgroundColor

        public void setBackgroundColor​(Color color)
        Sets the background color or fill of the pivot.
      • setBackgroundColor

        public void setBackgroundColor​(String color)
        Sets the background color or fill of the pivot.
      • setBackgroundColor

        public void setBackgroundColor​(LinearGradient color)
        Sets the background color or fill of the pivot.
      • setBackgroundColor

        public void setBackgroundColor​(RadialGradient color)
        Sets the background color or fill of the pivot.
      • getBorderColor

        public Color getBorderColor()
        Returns the border or stroke color of the pivot. In able to change this, the borderWidth must also be set to something other than the default 0.

        Default: "silver".

      • setBorderColor

        public void setBorderColor​(Color color)
        Sets the border or stroke color of the pivot. In able to change this, the borderWidth must also be set to something other than the default 0.
      • setBorderColor

        public void setBorderColor​(String color)
        Sets the border or stroke color of the pivot. In able to change this, the borderWidth must also be set to something other than the default 0.
      • setBorderColor

        public void setBorderColor​(LinearGradient color)
        Sets the border or stroke color of the pivot. In able to change this, the borderWidth must also be set to something other than the default 0.
      • setBorderColor

        public void setBorderColor​(RadialGradient color)
        Sets the border or stroke color of the pivot. In able to change this, the borderWidth must also be set to something other than the default 0.
      • getBorderWidth

        public Number getBorderWidth()
        Returns the border or stroke width of the pivot.

        Default: 0.

      • setBorderWidth

        public void setBorderWidth​(Number borderWidth)
        Sets the border or stroke width of the pivot.
      • getRadius

        public Number getRadius()
        Returns the pixel radius of the pivot.

        Default: 5.

      • setRadius

        public void setRadius​(Number radius)
        Sets the pixel radius of the pivot.