| |
|
| java.lang.Object net.sf.jasperreports.engine.base.JRBaseChartPlot net.sf.jasperreports.charts.base.JRBaseMultiAxisPlot
All known Subclasses: net.sf.jasperreports.charts.design.JRDesignMultiAxisPlot,
JRBaseMultiAxisPlot | public class JRBaseMultiAxisPlot extends JRBaseChartPlot implements JRMultiAxisPlot(Code) | | An immutable representation of the layout options of a multiple axis chart.
author: Barry Klawans (bklawans@users.sourceforge.net) version: $Id: JRBaseMultiAxisPlot.java 1793 2007-07-30 09:06:18Z teodord $ |
Field Summary | |
protected List | axes All the axes contained in this plot. |
axes | protected List axes(Code) | | All the axes contained in this plot. Each entry indicates a chart containing
the dataset and layout of that entry and where to draw that chart's range
axis. All entries in the list are of the type
JRChartAxis
|
JRBaseMultiAxisPlot | public JRBaseMultiAxisPlot(JRChartPlot multiAxisPlot, JRChart chart)(Code) | | Constructs a copy of an existing multiple axis chart plot.
Parameters: multiAxisPlot - the plot to copy |
JRBaseMultiAxisPlot | public JRBaseMultiAxisPlot(JRMultiAxisPlot multiAxisPlot, JRBaseObjectFactory factory)(Code) | | Creates a copy of an existing multiple axis chart plot and registers
any expression contained in the plot with the specified factory. Since
the plot contains multiple other charts nested inside of it all of the
expressions used by those charts is also registered with the factory.
Parameters: multiAxisPlot - the plot to copy Parameters: factory - the factory to register expressions with |
collectExpressions | public void collectExpressions(JRExpressionCollector collector)(Code) | | Adds all the expression used by this plot with the specified collector.
All collected expression that are also registered with a factory will
be included with the report is compiled.
Parameters: collector - the expression collector to use |
|
|
|