public class JRFillCategorySeries extends java.lang.Object implements JRCategorySeries
Modifier and Type | Field and Description |
---|---|
protected JRCategorySeries |
parent |
Constructor and Description |
---|
JRFillCategorySeries(JRCategorySeries categorySeries,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
void |
evaluate(JRCalculator calculator) |
void |
evaluateItemHyperlink(JRCalculator calculator) |
java.lang.Comparable<?> |
getCategory() |
JRExpression |
getCategoryExpression() |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
java.lang.String |
getLabel() |
JRExpression |
getLabelExpression() |
JRPrintHyperlink |
getPrintItemHyperlink() |
java.lang.Comparable<?> |
getSeries() |
JRExpression |
getSeriesExpression() |
java.lang.Number |
getValue() |
JRExpression |
getValueExpression() |
boolean |
hasItemHyperlinks() |
protected JRCategorySeries parent
public JRFillCategorySeries(JRCategorySeries categorySeries, JRFillObjectFactory factory)
public JRExpression getSeriesExpression()
getSeriesExpression
in interface JRCategorySeries
java.lang.Comparable
object.
<categorySeries>
tag was used inside <categoryDataset>
. However, this
expression usually returns a java.lang.String
constant, and there are several
<categorySeries>
tags that introduce multiple category series in the dataset.public JRExpression getCategoryExpression()
getCategoryExpression
in interface JRCategorySeries
java.lang.Comparable
objects
(not necessarily java.lang.String
objects).public JRExpression getValueExpression()
getValueExpression
in interface JRCategorySeries
java.lang.Number
value for each category in the specified series.public JRExpression getLabelExpression()
getLabelExpression
in interface JRCategorySeries
public java.lang.Comparable<?> getSeries()
public java.lang.Comparable<?> getCategory()
public java.lang.Number getValue()
public java.lang.String getLabel()
public JRPrintHyperlink getPrintItemHyperlink()
public void evaluate(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalException
public void evaluateItemHyperlink(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalException
public boolean hasItemHyperlinks()
public JRHyperlink getItemHyperlink()
JRCategorySeries
The hyperlink will be evaluated for every chart item and an image map will be created for the chart.
getItemHyperlink
in interface JRCategorySeries
public java.lang.Object clone()
clone
in interface JRCloneable
clone
in class java.lang.Object
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com