org.jfree.chart.entity
Class ContourEntity
- Cloneable, PublicCloneable, Serializable
implements Cloneable, Serializable
Represents an item on a contour chart.
ContourEntity(Shape area, String toolTipText) - Constructor for ContourEntity.
|
ContourEntity(Shape area, String toolTipText, String urlText) - Constructor for ContourEntity.
|
Object | clone() - Returns a clone of the entity.
|
boolean | equals(Object obj) - Tests the entity for equality with an arbitrary object.
|
int | getIndex() - Returns the index.
|
void | setIndex(int index) - Sets the index.
|
clone , equals , getArea , getImageMapAreaTag , getShapeCoords , getShapeType , getToolTipText , getURLText , setArea , setToolTipText , setURLText , toString |
ContourEntity
public ContourEntity(Shape area,
String toolTipText)
Constructor for ContourEntity.
area
- the area.toolTipText
- the tooltip text.
ContourEntity
public ContourEntity(Shape area,
String toolTipText,
String urlText)
Constructor for ContourEntity.
area
- the area.toolTipText
- the tooltip text.urlText
- the URL text.
clone
public Object clone()
throws CloneNotSupportedException
Returns a clone of the entity.
- clone in interface ChartEntity
equals
public boolean equals(Object obj)
Tests the entity for equality with an arbitrary object.
- equals in interface ChartEntity
obj
- the object (null
permitted).
getIndex
public int getIndex()
Returns the index.
setIndex
public void setIndex(int index)
Sets the index.