net.sf.jasperreports.charts.base
Class JRBaseTimeSeriesPlot

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseChartPlot
      extended bynet.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

Field Summary
protected  JRExpression timeAxisLabelExpression
           
protected  JRExpression valueAxisLabelExpression
           
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlpha, foregroundAlpha, orientation
 
Constructor Summary
protected JRBaseTimeSeriesPlot(JRChartPlot plot)
           
  JRBaseTimeSeriesPlot(JRTimeSeriesPlot plot, JRBaseObjectFactory factory)
           
 
Method Summary
 void collectExpressions(JRExpressionCollector collector)
           
 JRExpression getTimeAxisLabelExpression()
           
 JRExpression getValueAxisLabelExpression()
           
 boolean isShowLines()
           
 boolean isShowShapes()
           
 void setShowLines(boolean val)
           
 void setShowShapes(boolean val)
           
 
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

timeAxisLabelExpression

protected JRExpression timeAxisLabelExpression

valueAxisLabelExpression

protected JRExpression valueAxisLabelExpression
Constructor Detail

JRBaseTimeSeriesPlot

protected JRBaseTimeSeriesPlot(JRChartPlot plot)

JRBaseTimeSeriesPlot

public JRBaseTimeSeriesPlot(JRTimeSeriesPlot plot,
                            JRBaseObjectFactory factory)
Method Detail

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