Module platform

Class LegendItemEntity

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

public class LegendItemEntity extends ChartEntity implements Cloneable, Serializable
An entity that represents an item within a legend.
See Also:
  • Constructor Details

    • LegendItemEntity

      public LegendItemEntity(Shape area)
      Creates a legend item entity.
      Parameters:
      area - the area.
  • Method Details

    • getDataset

      public Dataset getDataset()
      Returns a reference to the dataset that this legend item is derived from.
      Returns:
      The dataset.
      See Also:
    • setDataset

      public void setDataset(Dataset dataset)
      Sets a reference to the dataset that this legend item is derived from.
      Parameters:
      dataset - the dataset.
    • getSeriesKey

      public Comparable getSeriesKey()
      Returns the series key that identifies the legend item.
      Returns:
      The series key.
      See Also:
    • setSeriesKey

      public void setSeriesKey(Comparable key)
      Sets the key for the series.
      Parameters:
      key - the key.
      See Also:
    • equals

      public boolean equals(Object obj)
      Tests this object for equality with an arbitrary object.
      Overrides:
      equals in class ChartEntity
      Parameters:
      obj - the object (null permitted).
      Returns:
      A boolean.
    • clone

      public Object clone() throws CloneNotSupportedException
      Returns a clone of the entity.
      Specified by:
      clone in interface PublicCloneable
      Overrides:
      clone in class ChartEntity
      Returns:
      A clone.
      Throws:
      CloneNotSupportedException - if there is a problem cloning the object.
    • toString

      public String toString()
      Returns a string representing this object (useful for debugging purposes).
      Overrides:
      toString in class ChartEntity
      Returns:
      A string (never null).