Package net.sf.jasperreports.charts.fill
Class JRFillMultiAxisPlot
- java.lang.Object
-
- net.sf.jasperreports.charts.fill.JRFillChartPlot
-
- net.sf.jasperreports.charts.fill.JRFillMultiAxisPlot
-
- All Implemented Interfaces:
Cloneable
,JRChartPlot
,JRMultiAxisPlot
,JRCloneable
public class JRFillMultiAxisPlot extends JRFillChartPlot implements JRMultiAxisPlot
- Author:
- Barry Klawans (bklawans@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 Constructor Description JRFillMultiAxisPlot(JRMultiAxisPlot multiAxisPlot, ChartsFillObjectFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JRChartAxis>
getAxes()
Returns a List of all the children axis.JRFillChartDataset
getMainDataset()
protected void
setBand(JRFillBand band)
-
Methods 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, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods 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, setSeriesColors
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Constructor Detail
-
JRFillMultiAxisPlot
public JRFillMultiAxisPlot(JRMultiAxisPlot multiAxisPlot, ChartsFillObjectFactory factory)
-
-
Method Detail
-
setBand
protected void setBand(JRFillBand band)
- Overrides:
setBand
in classJRFillChartPlot
-
getAxes
public List<JRChartAxis> getAxes()
Description copied from interface:JRMultiAxisPlot
Returns a List of all the children axis. Each element is of typeJRChartAxis
.- Specified by:
getAxes
in interfaceJRMultiAxisPlot
-
getMainDataset
public JRFillChartDataset getMainDataset()
-
-