Package net.sf.jasperreports.charts.util
Class PieLabelGenerator
- java.lang.Object
-
- net.sf.jasperreports.charts.util.PieLabelGenerator
-
- All Implemented Interfaces:
Serializable
,org.jfree.chart.labels.PieSectionLabelGenerator
public class PieLabelGenerator extends Object implements org.jfree.chart.labels.PieSectionLabelGenerator, Serializable
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PieLabelGenerator(Map<Comparable<?>,String> labels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributedString
generateAttributedSectionLabel(org.jfree.data.general.PieDataset arg0, Comparable arg1)
String
generateSectionLabel(org.jfree.data.general.PieDataset arg0, Comparable arg1)
-
-
-
Constructor Detail
-
PieLabelGenerator
public PieLabelGenerator(Map<Comparable<?>,String> labels)
-
-
Method Detail
-
generateSectionLabel
public String generateSectionLabel(org.jfree.data.general.PieDataset arg0, Comparable arg1)
- Specified by:
generateSectionLabel
in interfaceorg.jfree.chart.labels.PieSectionLabelGenerator
-
generateAttributedSectionLabel
public AttributedString generateAttributedSectionLabel(org.jfree.data.general.PieDataset arg0, Comparable arg1)
- Specified by:
generateAttributedSectionLabel
in interfaceorg.jfree.chart.labels.PieSectionLabelGenerator
-
-