|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.charts.base.JRBaseChartAxis
net.sf.jasperreports.charts.design.JRDesignChartAxis
public class JRDesignChartAxis
JRChartAxis implementation to be used for report design.
| Field Summary | |
|---|---|
protected JRDesignChart |
parentChart
The multiple axis chart that this axis belongs to. |
static java.lang.String |
PROPERTY_CHART
|
static java.lang.String |
PROPERTY_POSITION
|
| Fields inherited from class net.sf.jasperreports.charts.base.JRBaseChartAxis |
|---|
chart, positionValue |
| Fields inherited from interface net.sf.jasperreports.charts.JRChartAxis |
|---|
POSITION_LEFT_OR_TOP, POSITION_RIGHT_OR_BOTTOM |
| Constructor Summary | |
|---|---|
JRDesignChartAxis(JRDesignChart parentChart)
Construct a new axis that will be added to the specified chart. |
|
| Method Summary | |
|---|---|
void |
addElement(JRElement element)
Sets the chart that contains the dataset and plot for this axis. |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance. |
void |
setChart(JRDesignChart chart)
Set the chart that contains the dataset and plot to use for this axis. |
void |
setPosition(AxisPositionEnum positionValue)
Sets the position of this axis' value line relative to the multiple axis chart. |
void |
setPosition(byte position)
Deprecated. Replaced by setPosition(AxisPositionEnum) |
void |
setPosition(java.lang.Byte position)
Deprecated. Replaced by setPosition(AxisPositionEnum) |
| Methods inherited from class net.sf.jasperreports.charts.base.JRBaseChartAxis |
|---|
clone, getChart, getPosition, getPositionByte, getPositionValue |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROPERTY_CHART
public static final java.lang.String PROPERTY_POSITION
protected JRDesignChart parentChart
| Constructor Detail |
|---|
public JRDesignChartAxis(JRDesignChart parentChart)
parentChart - the chart that the axis will be added to| Method Detail |
|---|
public void setPosition(byte position)
setPosition(AxisPositionEnum)
public void setPosition(java.lang.Byte position)
setPosition(AxisPositionEnum)
public void setPosition(AxisPositionEnum positionValue)
positionValue - the position of this axispublic void setChart(JRDesignChart chart)
chart - the chart that contains the dataset and plot for this axispublic void addElement(JRElement element)
setChart(net.sf.jasperreports.engine.design.JRDesignChart) but is called by the XML digester
when parsing the report source.
element - public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport in interface JRChangeEventsSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||