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 JRCategorySeriespublic JRExpression getCategoryExpression()
getCategoryExpression in interface JRCategorySeriespublic JRExpression getValueExpression()
getValueExpression in interface JRCategorySeriespublic 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 © 2014. All rights reserved.