public class JRBaseMultiAxisPlot extends JRBaseChartPlot implements JRMultiAxisPlot
JRBaseChartPlot.JRBaseSeriesColorJRChartPlot.JRSeriesColor| Modifier and Type | Field and Description |
|---|---|
protected List<JRChartAxis> |
axes
All the axes contained in this plot.
|
backcolor, backgroundAlphaFloat, chart, foregroundAlphaFloat, labelRotationDouble, orientationValue, 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 |
|---|---|
Object |
clone(JRChart parentChart) |
void |
collectExpressions(JRExpressionCollector collector)
Adds all the expression used by this plot with the specified collector.
|
List<JRChartAxis> |
getAxes()
Returns a List of all the children axis.
|
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlphaFloat, getChart, getEventSupport, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColorsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColorscloneprotected List<JRChartAxis> axes
JRChartAxispublic 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 List<JRChartAxis> getAxes()
JRMultiAxisPlotJRChartAxis.getAxes in interface JRMultiAxisPlotpublic void collectExpressions(JRExpressionCollector collector)
collectExpressions in interface JRChartPlotcollector - the expression collector to usepublic Object clone(JRChart parentChart)
clone in interface JRChartPlotclone in class JRBaseChartPlotCopyright © 2017. All rights reserved.