public class JRFillPieSeries extends Object implements JRPieSeries
| Modifier and Type | Field and Description |
|---|---|
protected JRPieSeries |
parent |
| Constructor and Description |
|---|
JRFillPieSeries(JRPieSeries pieSeries,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
protected void |
evaluate(JRCalculator calculator) |
protected void |
evaluateSectionHyperlink(JRCalculator calculator) |
protected Comparable<?> |
getKey() |
JRExpression |
getKeyExpression() |
protected String |
getLabel() |
JRExpression |
getLabelExpression() |
protected JRPrintHyperlink |
getPrintSectionHyperlink() |
JRHyperlink |
getSectionHyperlink()
Returns the hyperlink specification for chart sections.
|
protected Number |
getValue() |
JRExpression |
getValueExpression() |
boolean |
hasSectionHyperlinks() |
protected JRPieSeries parent
public JRFillPieSeries(JRPieSeries pieSeries, JRFillObjectFactory factory)
public JRExpression getKeyExpression()
getKeyExpression in interface JRPieSeriesjava.lang.Comparable object representing
the categories that will make up the slices in the pie chart.public JRExpression getValueExpression()
getValueExpression in interface JRPieSeriespublic JRExpression getLabelExpression()
getLabelExpression in interface JRPieSeriesjava.lang.String values, to customize
the item labels for the pie chart.protected Comparable<?> getKey()
protected Number getValue()
protected String getLabel()
protected JRPrintHyperlink getPrintSectionHyperlink()
protected void evaluate(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionprotected void evaluateSectionHyperlink(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionpublic boolean hasSectionHyperlinks()
public JRHyperlink getSectionHyperlink()
JRPieSeriesThe hyperlink will be evaluated for every chart section and an image map will be created for the chart.
getSectionHyperlink in interface JRPieSeriespublic Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2017. All rights reserved.