net.sf.jasperreports.charts.base
public class JRBaseChartAxis extends java.lang.Object implements JRChartAxis, java.io.Serializable
JRChartAxis
.Modifier and Type | Field and Description |
---|---|
protected JRChart |
chart
The Chart object containing the dataset and plot to use with this axis.
|
protected AxisPositionEnum |
positionValue
Where to position the axis.
|
POSITION_LEFT_OR_TOP, POSITION_RIGHT_OR_BOTTOM
Constructor and Description |
---|
JRBaseChartAxis()
Construct a new axis that will be added to the specified chart.
|
JRBaseChartAxis(JRChartAxis axis,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
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.
|
protected AxisPositionEnum positionValue
protected JRChart chart
public JRBaseChartAxis()
public JRBaseChartAxis(JRChartAxis axis, JRBaseObjectFactory factory)
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
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com