Interface JRItemLabel

    • Method Detail

      • getChart

        JRChart getChart()
        Returns:
        the chart the current item label belongs to.
      • getFont

        JRFont getFont()
        Returns:
        the item label font. Allows full font customization for the item label.
      • getColor

        Color getColor()
        Returns:
        the item label text color
      • getBackgroundColor

        Color getBackgroundColor()
        Returns:
        the item label background color
      • clone

        JRItemLabel clone​(JRChart parentChart)
        Returns the item label formatting mask. The mask will be specified using the patterns defined in java.text.DecimalFormat.
        Returns:
        the item label formatting mask