net.sf.jasperreports.charts.base
Class JRBaseAreaPlot

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseChartPlot
      extended bynet.sf.jasperreports.charts.base.JRBaseAreaPlot
All Implemented Interfaces:
JRAreaPlot, JRChartPlot, java.io.Serializable
Direct Known Subclasses:
JRDesignAreaPlot

public class JRBaseAreaPlot
extends JRBaseChartPlot
implements JRAreaPlot

Version:
$Id: JRBaseAreaPlot.java,v 1.11 2005/09/07 13:58:25 teodord Exp $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)
See Also:
Serialized Form

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

categoryAxisLabelExpression

protected JRExpression categoryAxisLabelExpression

valueAxisLabelExpression

protected JRExpression valueAxisLabelExpression
Constructor Detail

JRBaseAreaPlot

public JRBaseAreaPlot(JRChartPlot areaPlot)

JRBaseAreaPlot

public JRBaseAreaPlot(JRAreaPlot areaPlot,
                      JRBaseObjectFactory factory)
Method Detail

getCategoryAxisLabelExpression

public JRExpression getCategoryAxisLabelExpression()
Specified by:
getCategoryAxisLabelExpression in interface JRAreaPlot

getValueAxisLabelExpression

public JRExpression getValueAxisLabelExpression()
Specified by:
getValueAxisLabelExpression in interface JRAreaPlot

collectExpressions

public void collectExpressions(JRExpressionCollector collector)
Specified by:
collectExpressions in interface JRChartPlot


© 2001-2005 JasperSoft Corporation www.jaspersoft.com