| 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.
Represents an item on a contour chart.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for ContourEntity.
| |||||||||||
Constructor for ContourEntity.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a clone of the entity.
| |||||||||||
Tests the entity for equality with an arbitrary object.
| |||||||||||
Returns the index.
| |||||||||||
Sets the index.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.entity.ChartEntity
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for ContourEntity.
| area | the area. |
|---|---|
| toolTipText | the tooltip text. |
Constructor for ContourEntity.
| area | the area. |
|---|---|
| toolTipText | the tooltip text. |
| urlText | the URL text. |
Returns a clone of the entity.
| CloneNotSupportedException | if cloning is not supported. |
|---|
Tests the entity for equality with an arbitrary object.
| obj | the object (null permitted). |
|---|
Returns the index.
Sets the index.
| index | the index. |
|---|