public class

ContourEntity

extends ChartEntity
implements Serializable Cloneable
java.lang.Object
   ↳ org.jfree.chart.entity.ChartEntity
     ↳ org.jfree.chart.entity.ContourEntity

This class is 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.

Class Overview

Represents an item on a contour chart.

Summary

Public Constructors
ContourEntity(Shape area, String toolTipText)
Constructor for ContourEntity.
ContourEntity(Shape area, String toolTipText, String urlText)
Constructor for ContourEntity.
Public Methods
Object clone()
Returns a clone of the entity.
boolean equals(Object obj)
Tests the entity for equality with an arbitrary object.
int getIndex()
Returns the index.
void setIndex(int index)
Sets the index.
[Expand]
Inherited Methods
From class org.jfree.chart.entity.ChartEntity
From class java.lang.Object

Public Constructors

public ContourEntity (Shape area, String toolTipText)

Constructor for ContourEntity.

Parameters
area the area.
toolTipText the tooltip text.

public ContourEntity (Shape area, String toolTipText, String urlText)

Constructor for ContourEntity.

Parameters
area the area.
toolTipText the tooltip text.
urlText the URL text.

Public Methods

public Object clone ()

Returns a clone of the entity.

Returns
  • A clone.
Throws
CloneNotSupportedException if cloning is not supported.

public boolean equals (Object obj)

Tests the entity for equality with an arbitrary object.

Parameters
obj the object (null permitted).
Returns
  • A boolean.

public int getIndex ()

Returns the index.

Returns
  • The index.

public void setIndex (int index)

Sets the index.

Parameters
index the index.