| java.lang.Object net.sf.jasperreports.charts.base.JRBaseChartAxis
All known Subclasses: net.sf.jasperreports.charts.design.JRDesignChartAxis,
JRBaseChartAxis | public class JRBaseChartAxis implements JRChartAxis,Serializable(Code) | | Base read-only implementation of
JRChartAxis JRChartAxis .
author: Barry Klawans (barry@users.sourceforge.net) version: $Id: JRBaseChartAxis.java 1792 2007-07-30 08:57:32Z teodord $ |
Field Summary | |
protected JRChart | chart The Chart object containing the dataset and plot to use with this axis. | protected byte | position Where to position the axis. |
Method Summary | |
public JRChart | getChart() Returns the chart that contains the dataset and plot to use for this
axis. | public byte | getPosition() Returns the position of this axis. |
chart | protected JRChart chart(Code) | | The Chart object containing the dataset and plot to use with this axis.
|
position | protected byte position(Code) | | Where to position the axis.
|
JRBaseChartAxis | public JRBaseChartAxis()(Code) | | Construct a new axis that will be added to the specified chart.
|
getChart | public JRChart getChart()(Code) | | Returns 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 when
adding to the multiple axis chart.
the chart that contains the dataset and plot for this axis |
getPosition | public byte getPosition()(Code) | | Returns the position of this axis.
the position of this axis |
|
|