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 JRPieSeries
java.lang.Comparable
object representing
the categories that will make up the slices in the pie chart.public JRExpression getValueExpression()
getValueExpression
in interface JRPieSeries
public JRExpression getLabelExpression()
getLabelExpression
in interface JRPieSeries
java.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
JRExpressionEvalException
protected void evaluateSectionHyperlink(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalException
public boolean hasSectionHyperlinks()
public JRHyperlink getSectionHyperlink()
JRPieSeries
The hyperlink will be evaluated for every chart section and an image map will be created for the chart.
getSectionHyperlink
in interface JRPieSeries
public Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2016. All rights reserved.