|
||||||||||
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 AxisPositionEnum |
positionValue
Where to position the axis. |
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 |
getChart()
Returns the chart that contains the dataset and plot to use for this axis. |
AxisPositionEnum |
getPositionValue()
Returns the position of this axis. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AxisPositionEnum positionValue
protected JRChart chart
Constructor Detail |
---|
public JRBaseChartAxis()
public JRBaseChartAxis(JRChartAxis axis, JRBaseObjectFactory factory)
Method Detail |
---|
public AxisPositionEnum getPositionValue()
getPositionValue
in interface JRChartAxis
public JRChart getChart()
getChart
in interface JRChartAxis
public java.lang.Object clone()
clone
in interface JRCloneable
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |