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:
-
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
-
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
Deprecated.Returns the index.- Returns:
- The index.
-
setIndex
Deprecated.Sets the index.- Parameters:
index- the index.
-
equals
Deprecated.Tests the entity for equality with an arbitrary object.- Overrides:
equalsin classChartEntity- Parameters:
obj- the object (nullpermitted).- Returns:
- A boolean.
-
clone
Deprecated.Returns a clone of the entity.- Specified by:
clonein interfaceorg.jfree.util.PublicCloneable- Overrides:
clonein classChartEntity- Returns:
- A clone.
- Throws:
CloneNotSupportedException- if cloning is not supported.
-
XYPlotandXYBlockRenderer.