public interface JRChartAxis extends JRCloneable
Modifier and Type | Field and Description |
---|---|
static byte |
POSITION_LEFT_OR_TOP
Deprecated.
Replaced by
AxisPositionEnum.LEFT_OR_TOP |
static byte |
POSITION_RIGHT_OR_BOTTOM
Deprecated.
Replaced by
AxisPositionEnum.LEFT_OR_TOP |
Modifier and Type | Method and Description |
---|---|
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()
Gets the position of this axis.
|
clone
static final byte POSITION_LEFT_OR_TOP
AxisPositionEnum.LEFT_OR_TOP
static final byte POSITION_RIGHT_OR_BOTTOM
AxisPositionEnum.LEFT_OR_TOP
byte getPosition()
getPositionValue()
java.lang.Byte getPositionByte()
getPositionValue()
AxisPositionEnum getPositionValue()
JRChart getChart()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com