|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.entity.ChartEntity
org.jfree.chart.entity.ContourEntity
XYPlot
and
XYBlockRenderer
.
public class ContourEntity
Represents an item on a contour chart.
Constructor Summary | |
---|---|
ContourEntity(Shape area,
String toolTipText)
Deprecated. Constructor for ContourEntity. |
|
ContourEntity(Shape area,
String toolTipText,
String urlText)
Deprecated. Constructor for ContourEntity. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.jfree.chart.entity.ChartEntity |
---|
getArea, getImageMapAreaTag, getShapeCoords, getShapeType, getToolTipText, getURLText, hashCode, setArea, setToolTipText, setURLText, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public 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.Method Detail |
---|
public int getIndex()
public void setIndex(int index)
index
- the index.public boolean equals(Object obj)
equals
in class ChartEntity
obj
- the object (null
permitted).
public Object clone() throws CloneNotSupportedException
clone
in interface org.jfree.util.PublicCloneable
clone
in class ChartEntity
CloneNotSupportedException
- if cloning is not supported.
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |