net.sf.jasperreports.charts.base
Class JRBaseTimeSeriesPlot
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseTimeSeriesPlot
- All Implemented Interfaces:
- JRChartPlot, JRTimeSeriesPlot, java.io.Serializable
- Direct Known Subclasses:
- JRDesignTimeSeriesPlot
- public class JRBaseTimeSeriesPlot
- extends JRBaseChartPlot
- implements JRTimeSeriesPlot
- Version:
- $Id: JRBaseTimeSeriesPlot.java,v 1.8 2005/10/09 21:34:26 teodord Exp $
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timeAxisLabelExpression
protected JRExpression timeAxisLabelExpression
valueAxisLabelExpression
protected JRExpression valueAxisLabelExpression
JRBaseTimeSeriesPlot
protected JRBaseTimeSeriesPlot(JRChartPlot plot)
JRBaseTimeSeriesPlot
public JRBaseTimeSeriesPlot(JRTimeSeriesPlot plot,
JRBaseObjectFactory factory)
getTimeAxisLabelExpression
public JRExpression getTimeAxisLabelExpression()
- Specified by:
getTimeAxisLabelExpression
in interface JRTimeSeriesPlot
getValueAxisLabelExpression
public JRExpression getValueAxisLabelExpression()
- Specified by:
getValueAxisLabelExpression
in interface JRTimeSeriesPlot
isShowLines
public boolean isShowLines()
- Specified by:
isShowLines
in interface JRTimeSeriesPlot
isShowShapes
public boolean isShowShapes()
- Specified by:
isShowShapes
in interface JRTimeSeriesPlot
setShowLines
public void setShowLines(boolean val)
setShowShapes
public void setShowShapes(boolean val)
collectExpressions
public void collectExpressions(JRExpressionCollector collector)
- Specified by:
collectExpressions
in interface JRChartPlot
© 2001-2005 JasperSoft Corporation www.jaspersoft.com