|
||||||||||
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
|
Fields inherited from interface net.sf.jasperreports.charts.JRChartAxis |
---|
POSITION_LEFT_OR_TOP, POSITION_RIGHT_OR_BOTTOM |
Constructor Summary | |
---|---|
JRFillChartAxis(JRChartAxis axis,
JRFillObjectFactory factory)
|
Method Summary | |
---|---|
java.lang.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. |
byte |
getPosition()
Deprecated. Replaced by getPositionValue() |
java.lang.Byte |
getPositionByte()
Deprecated. Replaced by getPositionValue() |
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 JRChartAxis
public byte getPosition()
getPositionValue()
getPosition
in interface JRChartAxis
public java.lang.Byte getPositionByte()
getPositionValue()
getPositionByte
in interface JRChartAxis
public AxisPositionEnum getPositionValue()
JRChartAxis
getPositionValue
in interface JRChartAxis
public java.lang.Object clone()
clone
in interface JRCloneable
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |