|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseMultiAxisPlot
net.sf.jasperreports.charts.design.JRDesignMultiAxisPlot
public class JRDesignMultiAxisPlot
Contains information on how a multiple axis chart should be displayed. This information overrides the display information for all the charts sharing the single domain axis in the multiple axis chart.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
---|
JRBaseChartPlot.JRBaseSeriesColor |
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot |
---|
JRChartPlot.JRSeriesColor |
Field Summary |
---|
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseMultiAxisPlot |
---|
axes |
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
---|
backcolor, backgroundAlpha, foregroundAlpha, labelRotation, orientation, seriesColors |
Constructor Summary | |
---|---|
JRDesignMultiAxisPlot(JRChartPlot multiAxisPlot)
Constructs a new plot by copying an existing one. |
Method Summary | |
---|---|
void |
addAxis(JRChartAxis axis)
Adds an axis to the plot. |
void |
clearAxes()
Removes all the axes from the plot. |
JRDesignChart |
getChart()
Returns the definition of the multiple axis chart. |
void |
setChart(JRDesignChart chart)
Sets the chart object that this plot belongs to. |
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseMultiAxisPlot |
---|
collectExpressions, getAxes |
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
---|
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
---|
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation |
Constructor Detail |
---|
public JRDesignMultiAxisPlot(JRChartPlot multiAxisPlot)
multiAxisPlot
- the plot to copyMethod Detail |
---|
public void addAxis(JRChartAxis axis)
axis
- the axis to add to the plotpublic void clearAxes()
public JRDesignChart getChart()
public void setChart(JRDesignChart chart)
chart
- the chart that this plot belongs to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |