|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.charts.base.JRBaseChartAxis
public class JRBaseChartAxis
Base read-only implementation of JRChartAxis
.
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. |
Fields inherited from interface net.sf.jasperreports.charts.JRChartAxis |
---|
POSITION_LEFT_OR_TOP, POSITION_RIGHT_OR_BOTTOM |
Constructor Summary | |
---|---|
JRBaseChartAxis()
Construct a new axis that will be added to the specified chart. |
|
JRBaseChartAxis(JRChartAxis axis,
JRBaseObjectFactory factory)
|
Method Summary | |
---|---|
java.lang.Object |
clone(JRChart parentChart)
|
JRChart |
getChart()
Returns the chart that contains the dataset and plot to use for this axis. |
byte |
getPosition()
Returns the position of this axis. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected byte position
protected JRChart chart
Constructor Detail |
---|
public JRBaseChartAxis()
public JRBaseChartAxis(JRChartAxis axis, JRBaseObjectFactory factory)
Method Detail |
---|
public byte getPosition()
getPosition
in interface JRChartAxis
public JRChart getChart()
getChart
in interface JRChartAxis
public java.lang.Object clone(JRChart parentChart)
clone
in interface JRChartAxis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |