XYPlot and
XYBlockRenderer.public class ContourEntity extends ChartEntity implements Cloneable, Serializable
| Constructor and Description |
|---|
ContourEntity(Shape area,
String toolTipText)
Deprecated.
Constructor for ContourEntity.
|
ContourEntity(Shape area,
String toolTipText,
String urlText)
Deprecated.
Constructor for ContourEntity.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Deprecated.
Returns a clone of the entity.
|
boolean |
equals(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(Shape area, String toolTipText)
area - the area.toolTipText - the tooltip text.public int getIndex()
public void setIndex(int index)
index - the index.public boolean equals(Object obj)
equals in class ChartEntityobj - the object (null permitted).public Object clone() throws CloneNotSupportedException
clone in interface org.jfree.util.PublicCloneableclone in class ChartEntityCloneNotSupportedException - if cloning is not supported.Copyright © 2001-2014 JFree.org. All Rights Reserved.