public class JRBaseChartAxis extends Object implements JRChartAxis, 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.
|
| 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 |
|---|---|
Object |
clone() |
JRChartAxis |
clone(JRChart parentChart) |
JRChart |
getChart()
Returns the chart that contains the dataset and plot to use for this
axis.
|
AxisPositionEnum |
getPositionValue()
Returns the position of this axis.
|
protected AxisPositionEnum positionValue
protected JRChart chart
public JRBaseChartAxis()
public JRBaseChartAxis(JRChartAxis axis, JRBaseObjectFactory factory)
public AxisPositionEnum getPositionValue()
getPositionValue in interface JRChartAxispublic JRChart getChart()
getChart in interface JRChartAxispublic Object clone()
clone in interface JRCloneableclone in class Objectpublic JRChartAxis clone(JRChart parentChart)
clone in interface JRChartAxisCopyright © 2017. All rights reserved.