XYPlot and
XYBlockRenderer.public class ContourEntity extends ChartEntity implements java.lang.Cloneable, java.io.Serializable
| Constructor and Description |
|---|
ContourEntity(java.awt.Shape area,
java.lang.String toolTipText)
Deprecated.
Constructor for ContourEntity.
|
ContourEntity(java.awt.Shape area,
java.lang.String toolTipText,
java.lang.String urlText)
Deprecated.
Constructor for ContourEntity.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Deprecated.
Returns a clone of the entity.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
Tests the entity for equality with an arbitrary object.
|
int |
getIndex()
Deprecated.
Returns the index.
|
void |
setIndex(int index)
Deprecated.
Sets the index.
|
getArea, getImageMapAreaTag, getShapeCoords, getShapeType, getToolTipText, getURLText, hashCode, setArea, setToolTipText, setURLText, toStringpublic ContourEntity(java.awt.Shape area, java.lang.String toolTipText)
area - the area.toolTipText - the tooltip text.public ContourEntity(java.awt.Shape area, java.lang.String toolTipText, java.lang.String urlText)
area - the area.toolTipText - the tooltip text.urlText - the URL text.public int getIndex()
public void setIndex(int index)
index - the index.public boolean equals(java.lang.Object obj)
equals in class ChartEntityobj - the object (null permitted).public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone in interface org.jfree.util.PublicCloneableclone in class ChartEntityjava.lang.CloneNotSupportedException - if cloning is not supported.