Interface IsDefaultLegendLabels

    • Method Detail

      • isUsePointStyle

        boolean isUsePointStyle()
        Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
        Returns:
        if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
      • getPointStyleWidth

        double getPointStyleWidth()
        Returns if usePointStyle is true, the width of the point style used for the legend.
        Returns:
        if usePointStyle is true, the width of the point style used for the legend.
      • getPadding

        int getPadding()
        Returns the padding to apply around labels. Only top and bottom are implemented.
        Returns:
        Padding to apply around labels. Only top and bottom are implemented.
      • getTextAlign

        TextAlign getTextAlign()
        Returns the horizontal alignment of the label text.
        Returns:
        the horizontal alignment of the label text.
      • isUseBorderRadius

        boolean isUseBorderRadius()
        Returns if label border radius will match corresponding border radius.
        Returns:
        if label border radius will match corresponding border radius.
      • getBorderRadius

        int getBorderRadius()
        Returns the the border radius to use on the legend.
        Returns:
        the the border radius to use on the legend