public class JRBaseMultiAxisPlot extends JRBaseChartPlot implements JRMultiAxisPlot
JRBaseChartPlot.JRBaseSeriesColor
JRChartPlot.JRSeriesColor
Modifier and Type | Field and Description |
---|---|
protected java.util.List |
axes
All the axes contained in this plot.
|
backcolor, backgroundAlphaFloat, chart, foregroundAlphaFloat, labelRotationDouble, orientation, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColors
Constructor and Description |
---|
JRBaseMultiAxisPlot(JRChartPlot multiAxisPlot,
JRChart chart)
Constructs a copy of an existing multiple axis chart plot.
|
JRBaseMultiAxisPlot(JRMultiAxisPlot multiAxisPlot,
JRBaseObjectFactory factory)
Creates a copy of an existing multiple axis chart plot and registers
any expression contained in the plot with the specified factory.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone(JRChart parentChart) |
void |
collectExpressions(JRExpressionCollector collector)
Adds all the expression used by this plot with the specified collector.
|
java.util.List |
getAxes()
Returns a List of all the children axis.
|
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getEventSupport, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColors
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColors
clone
protected java.util.List axes
JRChartAxis
public JRBaseMultiAxisPlot(JRChartPlot multiAxisPlot, JRChart chart)
multiAxisPlot
- the plot to copypublic JRBaseMultiAxisPlot(JRMultiAxisPlot multiAxisPlot, JRBaseObjectFactory factory)
multiAxisPlot
- the plot to copyfactory
- the factory to register expressions withpublic java.util.List getAxes()
JRMultiAxisPlot
net.sf.jasperreports.charts.util.JRChartAxis
.getAxes
in interface JRMultiAxisPlot
public void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRChartPlot
collector
- the expression collector to usepublic java.lang.Object clone(JRChart parentChart)
clone
in interface JRChartPlot
clone
in class JRBaseChartPlot
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com