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
- 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
ConstructorsConstructorDescriptionJRFillMultiAxisPlot(JRMultiAxisPlot multiAxisPlot, ChartsFillObjectFactory factory) -
Method Summary
Modifier and TypeMethodDescriptiongetAxes()Returns a List of all the children axis.protected voidsetBand(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, 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
-
JRFillMultiAxisPlot
-
-
Method Details
-
setBand
- Overrides:
setBandin classJRFillChartPlot
-
getAxes
Description copied from interface:JRMultiAxisPlotReturns a List of all the children axis. Each element is of typeJRChartAxis.- Specified by:
getAxesin interfaceJRMultiAxisPlot
-
getMainDataset
-