|
||||||||||
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. |
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 |
getChart()
Returns the chart that contains the dataset and plot to use for this axis. |
byte |
getPosition()
Deprecated. Replaced by getPositionValue() |
java.lang.Byte |
getPositionByte()
Deprecated. Replaced by getPositionValue() |
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 byte getPosition()
getPositionValue()
getPosition
in interface JRChartAxis
public java.lang.Byte getPositionByte()
getPositionValue()
getPositionByte
in interface JRChartAxis
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 |