|
|||||||||||
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.JRBaseAreaPlot
Field Summary | |
protected JRExpression |
categoryAxisLabelExpression
|
protected JRExpression |
valueAxisLabelExpression
|
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
backcolor, backgroundAlpha, foregroundAlpha, orientation |
Constructor Summary | |
JRBaseAreaPlot(JRAreaPlot areaPlot,
JRBaseObjectFactory factory)
|
|
JRBaseAreaPlot(JRChartPlot areaPlot)
|
Method Summary | |
void |
collectExpressions(JRExpressionCollector collector)
|
JRExpression |
getCategoryAxisLabelExpression()
|
JRExpression |
getValueAxisLabelExpression()
|
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, 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 |
getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation |
Field Detail |
protected JRExpression categoryAxisLabelExpression
protected JRExpression valueAxisLabelExpression
Constructor Detail |
public JRBaseAreaPlot(JRChartPlot areaPlot)
public JRBaseAreaPlot(JRAreaPlot areaPlot, JRBaseObjectFactory factory)
Method Detail |
public JRExpression getCategoryAxisLabelExpression()
getCategoryAxisLabelExpression
in interface JRAreaPlot
public JRExpression getValueAxisLabelExpression()
getValueAxisLabelExpression
in interface JRAreaPlot
public void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRChartPlot
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |