Package net.sf.jasperreports.charts.fill
Class JRFillChartAxis
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillChartAxis
- All Implemented Interfaces:
Cloneable,JRChartAxis,JRCloneable
Describes an axis that can be added to a multiple axis chart. The name
"axis" is a bit of a misnomer, as it really contains information about
a new dataset to plot, the axis to plot it against, and how to render that
dataset.
- Author:
- Barry Klawans (barry@users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JRFillChartThe filled version of thechartfield.protected JRFillMultiAxisPlotprotected JRChartAxis -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()clone(JRMultiAxisPlot multiAxisPlot) getChart()Returns the chart that contains the dataset and plot to use for this axis.Return the filled version of the chart with the dataset and plot for this axis.Gets the position of this axis.
-
Field Details
-
parent
-
fillMultiAxisPlot
-
fillChart
The filled version of thechartfield. Contains evaluated expressions and data.
-
-
Constructor Details
-
JRFillChartAxis
-
-
Method Details
-
getFillChart
Return the filled version of the chart with the dataset and plot for this axis.- Returns:
- the filled version of the chart with the dataset and plot for this axis
-
getMultiAxisPlot
- Specified by:
getMultiAxisPlotin interfaceJRChartAxis
-
getChart
Description copied from interface:JRChartAxisReturns the chart that contains the dataset and plot to use for this axis. The plot is used to figure out how to render the dataset when adding to the multiple axis chart.- Specified by:
getChartin interfaceJRChartAxis- Returns:
- the chart that contains the dataset and plot for this axis
-
getPosition
Description copied from interface:JRChartAxisGets the position of this axis.- Specified by:
getPositionin interfaceJRChartAxis- Returns:
- the position of this axis
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
clone
- Specified by:
clonein interfaceJRChartAxis
-