net.sf.jasperreports.charts.fill
Class JRFillCategorySeries

java.lang.Object
  extended bynet.sf.jasperreports.charts.fill.JRFillCategorySeries
All Implemented Interfaces:
JRCategorySeries

public class JRFillCategorySeries
extends java.lang.Object
implements JRCategorySeries

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

Field Summary
protected  JRCategorySeries parent
           
 
Constructor Summary
JRFillCategorySeries(JRCategorySeries categorySeries, JRFillObjectFactory factory)
           
 
Method Summary
protected  void evaluate(JRCalculator calculator)
           
protected  java.lang.Comparable getCategory()
           
 JRExpression getCategoryExpression()
           
protected  java.lang.String getLabel()
           
 JRExpression getLabelExpression()
           
protected  java.lang.Comparable getSeries()
           
 JRExpression getSeriesExpression()
           
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 JRCategorySeries parent
Constructor Detail

JRFillCategorySeries

public JRFillCategorySeries(JRCategorySeries categorySeries,
                            JRFillObjectFactory factory)
Method Detail

getSeriesExpression

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

getCategoryExpression

public JRExpression getCategoryExpression()
Specified by:
getCategoryExpression in interface JRCategorySeries

getValueExpression

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

getLabelExpression

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

getSeries

protected java.lang.Comparable getSeries()

getCategory

protected java.lang.Comparable getCategory()

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