Class XYItemEntity

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

public class XYItemEntity
extends ChartEntity
A chart entity that represents one item within an XYPlot.
See Also:
Serialized Form
  • Constructor Details

    • XYItemEntity

      public XYItemEntity​(Shape area, XYDataset dataset, int series, int item, String toolTipText, String urlText)
      Creates a new entity.
      Parameters:
      area - the area.
      dataset - the dataset.
      series - the series (zero-based index).
      item - the item (zero-based index).
      toolTipText - the tool tip text.
      urlText - the URL text for HTML image maps.
  • Method Details