|
Header
|
|||||||||
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(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. |
Method Summary | |
---|---|
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. |
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(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.Method Detail |
---|
public int getIndex()
public void setIndex(int index)
index
- the index.public boolean equals(java.lang.Object obj)
equals
in class ChartEntity
obj
- the object (null
permitted).
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface org.jfree.util.PublicCloneable
clone
in class ChartEntity
java.lang.CloneNotSupportedException
- if cloning is not supported.
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |