Class PieLabelGenerator

  • All Implemented Interfaces:
    java.io.Serializable, org.jfree.chart.labels.PieSectionLabelGenerator

    public class PieLabelGenerator
    extends java.lang.Object
    implements org.jfree.chart.labels.PieSectionLabelGenerator, java.io.Serializable
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PieLabelGenerator​(java.util.Map<java.lang.Comparable<?>,​java.lang.String> labels)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.text.AttributedString generateAttributedSectionLabel​(org.jfree.data.general.PieDataset arg0, java.lang.Comparable arg1)  
      java.lang.String generateSectionLabel​(org.jfree.data.general.PieDataset arg0, java.lang.Comparable arg1)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PieLabelGenerator

        public PieLabelGenerator​(java.util.Map<java.lang.Comparable<?>,​java.lang.String> labels)
    • Method Detail

      • generateSectionLabel

        public java.lang.String generateSectionLabel​(org.jfree.data.general.PieDataset arg0,
                                                     java.lang.Comparable arg1)
        Specified by:
        generateSectionLabel in interface org.jfree.chart.labels.PieSectionLabelGenerator
      • generateAttributedSectionLabel

        public java.text.AttributedString generateAttributedSectionLabel​(org.jfree.data.general.PieDataset arg0,
                                                                         java.lang.Comparable arg1)
        Specified by:
        generateAttributedSectionLabel in interface org.jfree.chart.labels.PieSectionLabelGenerator