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 ContourEntity(Shape area, String toolTipText, 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(Object obj)
equals in class ChartEntityobj - the object (null permitted).public Object clone() throws CloneNotSupportedException
clone in class ChartEntityCloneNotSupportedException - if cloning is not supported.Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.