Interface JRPie3DPlot

  • All Superinterfaces:
    java.lang.Cloneable, JRChartPlot, JRCloneable
    All Known Implementing Classes:
    JRBasePie3DPlot, JRDesignPie3DPlot, JRFillPie3DPlot

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

      • getDepthFactorDouble

        java.lang.Double getDepthFactorDouble()
        Returns:
        a numeric value ranging from 0 to 1 that represents the depth of the pie as a percentage of the height of the plot area.
      • getCircular

        java.lang.Boolean getCircular()
        Returns:
        a flag that specifies a circular form for the 3D pie
      • getLabelFormat

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

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

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