net.sf.jasperreports.charts.fill
Class JRFillXyzSeries

java.lang.Object
  extended bynet.sf.jasperreports.charts.fill.JRFillXyzSeries
All Implemented Interfaces:
JRXyzSeries

public class JRFillXyzSeries
extends java.lang.Object
implements JRXyzSeries

Version:
$Id: JRFillXyzSeries.java,v 1.3 2005/07/03 20:47:10 teodord Exp $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)

Constructor Summary
JRFillXyzSeries(JRXyzSeries xyzSeries, JRFillObjectFactory factory)
           
 
Method Summary
protected  void evaluate(JRCalculator calculator)
           
protected  java.lang.Comparable getSeries()
           
 JRExpression getSeriesExpression()
           
protected  java.lang.Number getXValue()
           
 JRExpression getXValueExpression()
           
protected  java.lang.Number getYValue()
           
 JRExpression getYValueExpression()
           
protected  java.lang.Number getZValue()
           
 JRExpression getZValueExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRFillXyzSeries

public JRFillXyzSeries(JRXyzSeries xyzSeries,
                       JRFillObjectFactory factory)
Method Detail

getSeriesExpression

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

getXValueExpression

public JRExpression getXValueExpression()
Specified by:
getXValueExpression in interface JRXyzSeries

getYValueExpression

public JRExpression getYValueExpression()
Specified by:
getYValueExpression in interface JRXyzSeries

getZValueExpression

public JRExpression getZValueExpression()
Specified by:
getZValueExpression in interface JRXyzSeries

getSeries

protected java.lang.Comparable getSeries()

getXValue

protected java.lang.Number getXValue()

getYValue

protected java.lang.Number getYValue()

getZValue

protected java.lang.Number getZValue()

evaluate

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


© 2001-2005 JasperSoft Corporation www.jaspersoft.com