Class CategoryItemEntity

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

public class CategoryItemEntity
extends ChartEntity
implements Cloneable, Serializable
A chart entity that represents one item within a category plot.
See Also:
Serialized Form
  • Constructor Details

    • CategoryItemEntity

      public CategoryItemEntity​(Shape area, String toolTipText, String urlText, CategoryDataset dataset, Comparable rowKey, Comparable columnKey)
      Creates a new entity instance for an item in the specified dataset.
      Parameters:
      area - the 'hotspot' area (null not permitted).
      toolTipText - the tool tip text.
      urlText - the URL text.
      dataset - the dataset (null not permitted).
      rowKey - the row key (null not permitted).
      columnKey - the column key (null not permitted).
  • Method Details