net.sf.jasperreports.charts.fill
Class JRFillTimeSeries

java.lang.Object
  extended bynet.sf.jasperreports.charts.fill.JRFillTimeSeries
All Implemented Interfaces:
JRTimeSeries

public class JRFillTimeSeries
extends java.lang.Object
implements JRTimeSeries

Version:
$Id: JRFillTimeSeries.java,v 1.4 2005/06/27 07:16:50 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
protected  JRTimeSeries parent
           
 
Constructor Summary
JRFillTimeSeries(JRTimeSeries timeSeries, JRFillObjectFactory factory)
           
 
Method Summary
protected  void evaluate(JRCalculator calculator)
           
protected  java.lang.String getLabel()
           
 JRExpression getLabelExpression()
           
protected  java.lang.Comparable getSeries()
           
 JRExpression getSeriesExpression()
           
protected  java.util.Date getTimePeriod()
           
 JRExpression getTimePeriodExpression()
           
protected  java.lang.Number getValue()
           
 JRExpression getValueExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected JRTimeSeries parent
Constructor Detail

JRFillTimeSeries

public JRFillTimeSeries(JRTimeSeries timeSeries,
                        JRFillObjectFactory factory)
Method Detail

getSeriesExpression

public JRExpression getSeriesExpression()
Specified by:
getSeriesExpression in interface JRTimeSeries

getTimePeriodExpression

public JRExpression getTimePeriodExpression()
Specified by:
getTimePeriodExpression in interface JRTimeSeries

getValueExpression

public JRExpression getValueExpression()
Specified by:
getValueExpression in interface JRTimeSeries

getLabelExpression

public JRExpression getLabelExpression()
Specified by:
getLabelExpression in interface JRTimeSeries

getSeries

protected java.lang.Comparable getSeries()

getTimePeriod

protected java.util.Date getTimePeriod()

getValue

protected java.lang.Number getValue()

getLabel

protected java.lang.String getLabel()

evaluate

protected void evaluate(JRCalculator calculator)
                 throws JRExpressionEvalException
Throws:
JRExpressionEvalException


© 2001-2005 JasperSoft Corporation www.jaspersoft.com