|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.jfree.chart.entity.ChartEntity
|
+--org.jfree.chart.entity.ContourEntity
Represents an item on a contour chart.
| Constructor Summary | |
ContourEntity(java.awt.Shape area,
java.lang.String toolTipText)
Constructor for ContourEntity. |
|
ContourEntity(java.awt.Shape area,
java.lang.String toolTipText,
java.lang.String urlText)
Constructor for ContourEntity. |
|
| Method Summary | |
int |
getIndex()
|
void |
setIndex(int index)
|
| Methods inherited from class org.jfree.chart.entity.ChartEntity |
getArea, getImageMapAreaTag, getImageMapAreaTag, getShapeCoords, getShapeType, getToolTipText, getURLText, setArea, setToolTipText, setURLText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||