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.
      • setPointStyle

        public default void setPointStyle​(PointStyle pointStyle)
        Sets the style of the point.
        Parameters:
        pointStyle - array of the style of the point.
      • setPointStyle

        public default void setPointStyle​(Img pointStyle)
        Sets the style of the point as image.
        Parameters:
        pointStyle - image element of the style of the point as image.
      • getPointStyleAsImage

        public default Img getPointStyleAsImage()
        Returns the style of the point as image.
        If property is missing or not an image, returns null.
        Specified by:
        getPointStyleAsImage in interface IsDefaultPointStyleHandler
        Returns:
        image of the style of the point as image.
        If property is missing or not a image, returns null.
      • setPointStyle

        public default void setPointStyle​(Canvas pointStyle)
        Sets the style of the point as canvas.
        Parameters:
        pointStyle - canvas element of the style of the point as canvas.
      • getPointStyleAsCanvas

        public default Canvas getPointStyleAsCanvas()
        Returns the style of the point as canvas.
        If property is missing or not an canvas, returns null.
        Specified by:
        getPointStyleAsCanvas in interface IsDefaultPointStyleHandler
        Returns:
        image of the style of the point as canvas.
        If property is missing or not a canvas, returns null.