net.sf.jasperreports.charts.fill
Class JRFillMultiAxisPlot
java.lang.Object
net.sf.jasperreports.engine.fill.JRFillChartPlot
net.sf.jasperreports.charts.fill.JRFillMultiAxisPlot
- All Implemented Interfaces:
- Cloneable, JRMultiAxisPlot, JRChartPlot, JRCloneable
public class JRFillMultiAxisPlot
- extends JRFillChartPlot
- implements JRMultiAxisPlot
- Version:
- $Id: JRFillMultiAxisPlot.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Barry Klawans (bklawans@users.sourceforge.net)
| Methods inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot |
addSeriesColor, clearSeriesColors, clone, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors |
| Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors |
JRFillMultiAxisPlot
public JRFillMultiAxisPlot(JRMultiAxisPlot multiAxisPlot,
JRFillObjectFactory factory)
getAxes
public List<JRChartAxis> getAxes()
- Description copied from interface:
JRMultiAxisPlot
- Returns a List of all the children axis. Each element is of type
net.sf.jasperreports.charts.util.JRChartAxis.
- Specified by:
getAxes in interface JRMultiAxisPlot
getMainDataset
public JRFillChartDataset getMainDataset()
Copyright © 2012. All Rights Reserved.