|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRChartAxis
Describes an axis that can be added to a multiple axis chart. The name "axis" is a bit of a misnomer, as it really contains information about a new dataset to plot, the axis to plot it against, and how to render that dataset.
| Field Summary | |
|---|---|
static byte |
POSITION_LEFT_OR_TOP
Position the axis to the left of a VERTICAL chart or on the top of a HORIZONTAL chart. |
static byte |
POSITION_RIGHT_OR_BOTTOM
Position the axis to the right of a VERTICAL chart or on the bottom of a HORIZONTAL chart. |
| Method Summary | |
|---|---|
java.lang.Object |
clone(JRChart parentChart)
|
JRChart |
getChart()
Returns the chart that contains the dataset and plot to use for this axis. |
byte |
getPosition()
Returns the position of this axis. |
| Field Detail |
|---|
static final byte POSITION_LEFT_OR_TOP
static final byte POSITION_RIGHT_OR_BOTTOM
| Method Detail |
|---|
byte getPosition()
JRChart getChart()
java.lang.Object clone(JRChart parentChart)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||