net.sf.jasperreports.charts.fill
Class JRFillPieSeries
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillPieSeries
- All Implemented Interfaces:
- Cloneable, JRPieSeries, JRCloneable
public class JRFillPieSeries
- extends Object
- implements JRPieSeries
- Version:
- $Id: JRFillPieSeries.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
parent
protected JRPieSeries parent
JRFillPieSeries
public JRFillPieSeries(JRPieSeries pieSeries,
JRFillObjectFactory factory)
getKeyExpression
public JRExpression getKeyExpression()
- Specified by:
getKeyExpression in interface JRPieSeries
getValueExpression
public JRExpression getValueExpression()
- Specified by:
getValueExpression in interface JRPieSeries
getLabelExpression
public JRExpression getLabelExpression()
- Specified by:
getLabelExpression in interface JRPieSeries
getKey
protected Comparable<?> getKey()
getValue
protected Number getValue()
getLabel
protected String getLabel()
getPrintSectionHyperlink
protected JRPrintHyperlink getPrintSectionHyperlink()
evaluate
protected void evaluate(JRCalculator calculator)
throws JRExpressionEvalException
- Throws:
JRExpressionEvalException
evaluateSectionHyperlink
protected void evaluateSectionHyperlink(JRCalculator calculator)
throws JRExpressionEvalException
- Throws:
JRExpressionEvalException
hasSectionHyperlinks
public boolean hasSectionHyperlinks()
getSectionHyperlink
public JRHyperlink getSectionHyperlink()
- Description copied from interface:
JRPieSeries
- Returns the hyperlink specification for chart sections.
The hyperlink will be evaluated for every chart section and an image map will be created for the chart.
- Specified by:
getSectionHyperlink in interface JRPieSeries
- Returns:
- hyperlink specification for chart sections
clone
public Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class Object
Copyright © 2012. All Rights Reserved.