Class PieSectionEntity

java.lang.Object
org.jfree.chart.entity.ChartEntity
org.jfree.chart.entity.PieSectionEntity
All Implemented Interfaces:
Serializable, Cloneable, PublicCloneable

public class PieSectionEntity
extends ChartEntity
implements Serializable
A chart entity that represents one section within a pie plot.
See Also:
Serialized Form
  • Constructor Details

    • PieSectionEntity

      public PieSectionEntity​(Shape area, PieDataset dataset, int pieIndex, int sectionIndex, Comparable sectionKey, String toolTipText, String urlText)
      Creates a new pie section entity.
      Parameters:
      area - the area.
      dataset - the pie dataset.
      pieIndex - the pie index (zero-based).
      sectionIndex - the section index (zero-based).
      sectionKey - the section key.
      toolTipText - the tool tip text.
      urlText - the URL text for HTML image maps.
  • Method Details