public class JRFillCategorySeries extends 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 |
|---|---|
Object |
clone() |
void |
evaluate(JRCalculator calculator) |
void |
evaluateItemHyperlink(JRCalculator calculator) |
Comparable<?> |
getCategory() |
JRExpression |
getCategoryExpression() |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
String |
getLabel() |
JRExpression |
getLabelExpression() |
JRPrintHyperlink |
getPrintItemHyperlink() |
Comparable<?> |
getSeries() |
JRExpression |
getSeriesExpression() |
Number |
getValue() |
JRExpression |
getValueExpression() |
boolean |
hasItemHyperlinks() |
protected JRCategorySeries parent
public JRFillCategorySeries(JRCategorySeries categorySeries, JRFillObjectFactory factory)
public JRExpression getSeriesExpression()
getSeriesExpression in interface JRCategorySeriesjava.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 JRCategorySeriesjava.lang.Comparable objects
(not necessarily java.lang.String objects).public JRExpression getValueExpression()
getValueExpression in interface JRCategorySeriesjava.lang.Number value for each category in the specified series.public JRExpression getLabelExpression()
getLabelExpression in interface JRCategorySeriespublic Comparable<?> getSeries()
public Comparable<?> getCategory()
public Number getValue()
public String getLabel()
public JRPrintHyperlink getPrintItemHyperlink()
public void evaluate(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionpublic void evaluateItemHyperlink(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionpublic boolean hasItemHyperlinks()
public JRHyperlink getItemHyperlink()
JRCategorySeriesThe hyperlink will be evaluated for every chart item and an image map will be created for the chart.
getItemHyperlink in interface JRCategorySeriespublic Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2017. All rights reserved.