Package org.jfree.chart.entity
Class ContourEntity
java.lang.Object
org.jfree.chart.entity.ChartEntity
org.jfree.chart.entity.ContourEntity
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jfree.util.PublicCloneable
Deprecated.
Represents an item on a contour chart.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
Deprecated.Holds the index into the dataset for this entity.private static final long
Deprecated.For serialization. -
Constructor Summary
ConstructorsConstructorDescriptionContourEntity
(Shape area, String toolTipText) Deprecated.Constructor for ContourEntity.ContourEntity
(Shape area, String toolTipText, String urlText) Deprecated.Constructor for ContourEntity. -
Method Summary
Methods inherited from class org.jfree.chart.entity.ChartEntity
getArea, getImageMapAreaTag, getShapeCoords, getShapeType, getToolTipText, getURLText, hashCode, setArea, setToolTipText, setURLText, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.For serialization.- See Also:
-
index
private int indexDeprecated.Holds the index into the dataset for this entity.
-
-
Constructor Details
-
ContourEntity
Deprecated.Constructor for ContourEntity.- Parameters:
area
- the area.toolTipText
- the tooltip text.
-
ContourEntity
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
Deprecated.Tests the entity for equality with an arbitrary object.- Overrides:
equals
in classChartEntity
- Parameters:
obj
- the object (null
permitted).- Returns:
- A boolean.
-
clone
Deprecated.Returns a clone of the entity.- Specified by:
clone
in interfaceorg.jfree.util.PublicCloneable
- Overrides:
clone
in classChartEntity
- Returns:
- A clone.
- Throws:
CloneNotSupportedException
- if cloning is not supported.
-
XYPlot
andXYBlockRenderer
.