Class LegendItemEntity

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

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

    • LegendItemEntity

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

    • getSeriesIndex

      public int getSeriesIndex()
      Returns the series index.
      Returns:
      The series index.
    • setSeriesIndex

      public void setSeriesIndex​(int index)
      Sets the series index.
      Parameters:
      index - the series index.
    • 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.
      Overrides:
      clone in class ChartEntity
      Returns:
      A clone.
      Throws:
      CloneNotSupportedException - if there is a problem cloning the object.