Class PointLabels

    • Method Detail

      • getFontContainer

        public FontContainer getFontContainer()
        Description copied from interface: HasFont
        Returns a font container instance to use in the default methods of this interface.
        Specified by:
        getFontContainer in interface HasFont
        Returns:
        a font container instance
      • setDisplay

        public void setDisplay​(boolean display)
        If true, labels are shown.
        Parameters:
        display - if true, labels are shown.
      • isDisplay

        public boolean isDisplay()
        If true, labels are shown.
        Specified by:
        isDisplay in interface IsDefaultPointLabels
        Returns:
        if true, labels are shown.
      • setBackdropColor

        public void setBackdropColor​(IsColor backdropColor)
        Sets the background color of the point label.
        Parameters:
        backdropColor - the background color of the point label
      • setBackdropColor

        public void setBackdropColor​(String backdropColor)
        Sets the background color of the point label.
        Parameters:
        backdropColor - the background color of the point label
      • getBackdropColor

        public IsColor getBackdropColor()
        Returns the background color of the point label.
        Returns:
        the background color of the point label
      • setPadding

        public void setPadding​(int padding)
        Sets the padding between chart and point labels, in pixels.
        Parameters:
        padding - the padding between chart and point labels, in pixels.
      • getPadding

        public int getPadding()
        Returns the padding between chart and point labels, in pixels.
        Specified by:
        getPadding in interface IsDefaultPointLabels
        Returns:
        padding the padding between chart and point labels, in pixels.