Package net.sf.jasperreports.charts.fill
Class JRFillPiePlot
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillChartPlot
net.sf.jasperreports.charts.fill.JRFillPiePlot
- All Implemented Interfaces:
Cloneable,JRChartPlot,JRPiePlot,JRCloneable
- Direct Known Subclasses:
JRFillPie3DPlot
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor -
Field Summary
Fields inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
chart, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
addSeriesColor, clearSeriesColors, clone, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setBand, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColorsMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.charts.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColorsMethods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Constructor Details
-
JRFillPiePlot
-
-
Method Details
-
getCircular
- Specified by:
getCircularin interfaceJRPiePlot- Returns:
- a flag that specifies a circular form for the pie
-
getLabelFormat
- Specified by:
getLabelFormatin interfaceJRPiePlot- Returns:
- the format pattern for labels
-
getLegendLabelFormat
- Specified by:
getLegendLabelFormatin interfaceJRPiePlot- Returns:
- the format pattern for legend labels
-
getItemLabel
- Specified by:
getItemLabelin interfaceJRPiePlot- Returns:
- a
JRItemLabelobject representing the item label
-
getShowLabels
- Specified by:
getShowLabelsin interfaceJRPiePlot- Returns:
- a flag that specifies whether labels are to be shown or not
-