|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.charts.fill.JRFillChartAxis
public class JRFillChartAxis
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 | |
|---|---|
protected JRFillChart |
fillChart
The filled version of the chart field. |
protected JRChartAxis |
parent
|
| Constructor Summary | |
|---|---|
JRFillChartAxis(JRChartAxis axis,
JRFillObjectFactory factory)
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
JRChart |
getChart()
Returns the chart that contains the dataset and plot to use for this axis. |
JRFillChart |
getFillChart()
Return the filled version of the chart with the dataset and plot for this axis. |
AxisPositionEnum |
getPositionValue()
Gets 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 JRChartAxis parent
protected JRFillChart fillChart
chart field. Contains evaluated
expressions and data.
| Constructor Detail |
|---|
public JRFillChartAxis(JRChartAxis axis,
JRFillObjectFactory factory)
| Method Detail |
|---|
public JRFillChart getFillChart()
public JRChart getChart()
JRChartAxis
getChart in interface JRChartAxispublic AxisPositionEnum getPositionValue()
JRChartAxis
getPositionValue in interface JRChartAxispublic Object clone()
clone in interface JRCloneableclone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||