Class BubbleLegend.Range

    • Constructor Detail

      • Range

        public Range()
        Default constructor.
      • Range

        public Range​(Number value)
        Constructs with value.
    • Method Detail

      • getBorderColor

        public Color getBorderColor()
        Returns the color of the border for individual range.

        Default: null

      • setBorderColor

        public void setBorderColor​(Color color)
        Sets the color of the border for individual range.
      • setBorderColor

        public void setBorderColor​(String color)
        Sets the color of the border for individual range.
      • setBorderColor

        public void setBorderColor​(LinearGradient color)
        Sets the color of the border for individual range.
      • setBorderColor

        public void setBorderColor​(RadialGradient color)
        Sets the color of the border for individual range.
      • getColor

        public Color getColor()
        Returns the color of the bubble for individual range.

        Default: null

      • setColor

        public void setColor​(Color color)
        Sets the color of the bubble for individual range.
      • setColor

        public void setColor​(String color)
        Sets the color of the bubble for individual range.
      • setColor

        public void setColor​(LinearGradient color)
        Sets the color of the bubble for individual range.
      • setColor

        public void setColor​(RadialGradient color)
        Sets the color of the bubble for individual range.
      • getConnectorColor

        public Color getConnectorColor()
        Returns the color of the connector for individual range.

        Default: null

      • setConnectorColor

        public void setConnectorColor​(Color connectorColor)
        Sets the color of the connector for individual range.
      • setConnectorColor

        public void setConnectorColor​(String connectorColor)
        Sets the color of the connector for individual range.
      • setConnectorColor

        public void setConnectorColor​(LinearGradient connectorColor)
        Sets the color of the connector for individual range.
      • setConnectorColor

        public void setConnectorColor​(RadialGradient connectorColor)
        Sets the color of the connector for individual range.
      • getValue

        public Number getValue()
        Returns the range size value, similar to bubble Z data.

        Default: null

      • setValue

        public void setValue​(Number value)
        Sets the range size value, similar to bubble Z data.