Class ChoroplethBar

    • Method Detail

      • getCommonElementHandler

        public org.pepstock.charba.client.geo.CommonOptionsElementHandler getCommonElementHandler()
      • setOutlineBackgroundColor

        public default void setOutlineBackgroundColor​(IsColor backgroundColor)
        Sets the outline background color.
        Parameters:
        backgroundColor - the outline background color.
      • setOutlineBackgroundColor

        public default void setOutlineBackgroundColor​(String backgroundColor)
        Sets the outline background color.
        Parameters:
        backgroundColor - the outline background color.
      • getOutlineBackgroundColorAsString

        public default String getOutlineBackgroundColorAsString()
        Returns the outline background color.
        Returns:
        the outline background color.
      • getOutlineBackgroundColor

        public default IsColor getOutlineBackgroundColor()
        Returns the outline background color.
        Returns:
        the outline background color.
      • setOutlineBorderWidth

        public default void setOutlineBorderWidth​(int borderWidth)
        Sets the outline border width.
        Parameters:
        borderWidth - the outline border width.
      • getOutlineBorderWidth

        public default int getOutlineBorderWidth()
        Returns the outline border width.
        Returns:
        the outline border width.
      • setOutlineBorderColor

        public default void setOutlineBorderColor​(IsColor borderColor)
        Sets the outline border color.
        Parameters:
        borderColor - the outline border color.
      • setOutlineBorderColor

        public default void setOutlineBorderColor​(String borderColor)
        Sets the outline border color.
        Parameters:
        borderColor - the outline border color.
      • getOutlineBorderColorAsString

        public default String getOutlineBorderColorAsString()
        Returns the outline border color.
        Returns:
        the outline border color.
      • getOutlineBorderColor

        public default IsColor getOutlineBorderColor()
        Returns the outline border color.
        Returns:
        the outline border color.
      • setGraticuleBorderWidth

        public default void setGraticuleBorderWidth​(int borderWidth)
        Sets the graticule border width.
        Parameters:
        borderWidth - the graticule border width.
      • getGraticuleBorderWidth

        public default int getGraticuleBorderWidth()
        Returns the graticule border width.
        Returns:
        the graticule border width.
      • setGraticuleBorderColor

        public default void setGraticuleBorderColor​(IsColor borderColor)
        Sets the graticule border color.
        Parameters:
        borderColor - the graticule border color.
      • setGraticuleBorderColor

        public default void setGraticuleBorderColor​(String borderColor)
        Sets the graticule border color.
        Parameters:
        borderColor - the graticule border color.
      • getGraticuleBorderColorAsString

        public default String getGraticuleBorderColorAsString()
        Returns the graticule border color.
        Returns:
        the graticule border color.
      • getGraticuleBorderColor

        public default IsColor getGraticuleBorderColor()
        Returns the graticule border color.
        Returns:
        the graticule border color.