public class PieLabelGenerator extends Object implements org.jfree.chart.labels.PieSectionLabelGenerator, Serializable
Constructor and Description |
---|
PieLabelGenerator(Map<Comparable<?>,String> labels) |
Modifier and Type | Method and Description |
---|---|
AttributedString |
generateAttributedSectionLabel(org.jfree.data.general.PieDataset arg0,
Comparable arg1) |
String |
generateSectionLabel(org.jfree.data.general.PieDataset arg0,
Comparable arg1) |
public PieLabelGenerator(Map<Comparable<?>,String> labels)
public String generateSectionLabel(org.jfree.data.general.PieDataset arg0, Comparable arg1)
generateSectionLabel
in interface org.jfree.chart.labels.PieSectionLabelGenerator
public AttributedString generateAttributedSectionLabel(org.jfree.data.general.PieDataset arg0, Comparable arg1)
generateAttributedSectionLabel
in interface org.jfree.chart.labels.PieSectionLabelGenerator
Copyright © 2015. All rights reserved.