Class JRBasePiePlot

    • Field Detail

      • PROPERTY_CIRCULAR

        public static final java.lang.String PROPERTY_CIRCULAR
        See Also:
        Constant Field Values
      • PROPERTY_LABEL_FORMAT

        public static final java.lang.String PROPERTY_LABEL_FORMAT
        See Also:
        Constant Field Values
      • PROPERTY_LEGEND_LABEL_FORMAT

        public static final java.lang.String PROPERTY_LEGEND_LABEL_FORMAT
        See Also:
        Constant Field Values
      • PROPERTY_ITEM_LABEL

        public static final java.lang.String PROPERTY_ITEM_LABEL
        See Also:
        Constant Field Values
      • PROPERTY_SHOW_LABELS

        public static final java.lang.String PROPERTY_SHOW_LABELS
        See Also:
        Constant Field Values
      • circular

        protected java.lang.Boolean circular
      • labelFormat

        protected java.lang.String labelFormat
      • legendLabelFormat

        protected java.lang.String legendLabelFormat
      • showLabels

        protected java.lang.Boolean showLabels
    • Method Detail

      • getCircular

        public java.lang.Boolean getCircular()
        Specified by:
        getCircular in interface JRPiePlot
        Returns:
        the circular
      • setCircular

        public void setCircular​(java.lang.Boolean isCircular)
        Parameters:
        isCircular - the isCircular to set
      • getLabelFormat

        public java.lang.String getLabelFormat()
        Specified by:
        getLabelFormat in interface JRPiePlot
        Returns:
        the labelFormat
      • setLabelFormat

        public void setLabelFormat​(java.lang.String labelFormat)
        Parameters:
        labelFormat - the labelFormat to set
      • getLegendLabelFormat

        public java.lang.String getLegendLabelFormat()
        Specified by:
        getLegendLabelFormat in interface JRPiePlot
        Returns:
        the legendLabelFormat
      • setLegendLabelFormat

        public void setLegendLabelFormat​(java.lang.String legendLabelFormat)
        Parameters:
        legendLabelFormat - the legendLabelFormat to set
      • setItemLabel

        public void setItemLabel​(JRItemLabel itemLabel)
        Parameters:
        itemLabel - the itemLabel to set
      • getShowLabels

        public java.lang.Boolean getShowLabels()
        Specified by:
        getShowLabels in interface JRPiePlot
        Returns:
        a flag that specifies whether labels are to be shown or not
      • setShowLabels

        public void setShowLabels​(java.lang.Boolean showLabels)