net.sf.jasperreports.charts.design
Class JRDesignChartAxis
java.lang.Object
net.sf.jasperreports.charts.base.JRBaseChartAxis
net.sf.jasperreports.charts.design.JRDesignChartAxis
- All Implemented Interfaces:
- java.io.Serializable, JRChartAxis
public class JRDesignChartAxis
- extends JRBaseChartAxis
JRChartAxis
implementation to be used for report design.
- Version:
- $Id: JRDesignChartAxis.java 1400 2006-09-21 10:45:46 +0300 (Thu, 21 Sep 2006) lucianc $
- Author:
- Barry Klawans (barry@users.sourceforge.net)
- See Also:
- Serialized Form
Method Summary |
void |
addElement(JRElement element)
Sets the chart that contains the dataset and plot for this axis. |
void |
setChart(JRDesignChart chart)
Set the chart that contains the dataset and plot to use for this
axis. |
void |
setPosition(byte position)
Sets the position of this axis' value line relative to the multiple
axis chart. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parentChart
protected JRDesignChart parentChart
- The multiple axis chart that this axis belongs to.
JRDesignChartAxis
public JRDesignChartAxis(JRDesignChart parentChart)
- Construct a new axis that will be added to the specified chart.
- Parameters:
parentChart
- the chart that the axis will be added to
setPosition
public void setPosition(byte position)
- Sets the position of this axis' value line relative to the multiple
axis chart.
- Parameters:
position
- the position of this axis
setChart
public void setChart(JRDesignChart chart)
- Set the chart that contains the dataset and plot to use for this
axis. The plot is used to figure out how to render the dataset (ie
as a line or bar chart) when adding it to the multiple axis chart.
- Parameters:
chart
- the chart that contains the dataset and plot for this axis
addElement
public void addElement(JRElement element)
- Sets the chart that contains the dataset and plot for this axis.
Identical to
setChart(net.sf.jasperreports.engine.design.JRDesignChart)
but is called by the XML digester
when parsing the report source.
- Parameters:
element
-
© 2001-2006 JasperSoft Corporation www.jaspersoft.com