Interface JRPiePlot

  • All Superinterfaces:
    Cloneable, JRChartPlot, JRCloneable
    All Known Implementing Classes:
    JRBasePiePlot, JRDesignPiePlot, JRFillPiePlot

    public interface JRPiePlot
    extends JRChartPlot
    Type of plot used for rendering Pie charts.
    Special settings that the Pie plot exposes are:
    • the circular flag
    • the label format
    • the legend label format
    • the item label
    • the showLabels flag
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    • Method Detail

      • getCircular

        Boolean getCircular()
        Returns:
        a flag that specifies a circular form for the pie
      • getLabelFormat

        String getLabelFormat()
        Returns:
        the format pattern for labels
      • getLegendLabelFormat

        String getLegendLabelFormat()
        Returns:
        the format pattern for legend labels
      • getShowLabels

        Boolean getShowLabels()
        Returns:
        a flag that specifies whether labels are to be shown or not