Class ContourEntity

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

public class ContourEntity extends ChartEntity implements Cloneable, Serializable
Deprecated.
This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.
Represents an item on a contour chart.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      For serialization.
      See Also:
    • index

      private int index
      Deprecated.
      Holds the index into the dataset for this entity.
  • Constructor Details

    • ContourEntity

      public ContourEntity(Shape area, String toolTipText)
      Deprecated.
      Constructor for ContourEntity.
      Parameters:
      area - the area.
      toolTipText - the tooltip text.
    • ContourEntity

      public ContourEntity(Shape area, String toolTipText, String urlText)
      Deprecated.
      Constructor for ContourEntity.
      Parameters:
      area - the area.
      toolTipText - the tooltip text.
      urlText - the URL text.
  • Method Details

    • getIndex

      public int getIndex()
      Deprecated.
      Returns the index.
      Returns:
      The index.
    • setIndex

      public void setIndex(int index)
      Deprecated.
      Sets the index.
      Parameters:
      index - the index.
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Tests the entity 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
      Deprecated.
      Returns a clone of the entity.
      Specified by:
      clone in interface org.jfree.util.PublicCloneable
      Overrides:
      clone in class ChartEntity
      Returns:
      A clone.
      Throws:
      CloneNotSupportedException - if cloning is not supported.