org.jfree.chart.entity
public class ContourEntity extends ChartEntity implements Cloneable, Serializable
Deprecated: This class is no longer supported (as of version 1.0.4).
Represents an item on a contour chart.Constructor Summary | |
---|---|
ContourEntity(Shape area, String toolTipText)
Constructor for ContourEntity.
| |
ContourEntity(Shape area, String toolTipText, String urlText)
Constructor for ContourEntity.
|
Method Summary | |
---|---|
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.
|
Parameters: area the area. toolTipText the tooltip text.
Parameters: area the area. toolTipText the tooltip text. urlText the URL text.
Returns: A clone.
Throws: CloneNotSupportedException if cloning is not supported.
Parameters: obj the object (null
permitted).
Returns: A boolean.
Returns: The index.
Parameters: index the index.