|
||||||||||
| 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.XYAnnotationEntity
public class XYAnnotationEntity
A chart entity that represents an annotation on an
XYPlot.
| Constructor Summary | |
|---|---|
XYAnnotationEntity(java.awt.Shape hotspot,
int rendererIndex,
java.lang.String toolTipText,
java.lang.String urlText)
Creates a new entity. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Tests the entity for equality with an arbitrary object. |
int |
getRendererIndex()
Returns the renderer index. |
void |
setRendererIndex(int index)
Sets the renderer index. |
| Methods inherited from class org.jfree.chart.entity.ChartEntity |
|---|
clone, 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 XYAnnotationEntity(java.awt.Shape hotspot,
int rendererIndex,
java.lang.String toolTipText,
java.lang.String urlText)
hotspot - the area.rendererIndex - the rendererIndex (zero-based index).toolTipText - the tool tip text.urlText - the URL text for HTML image maps.| Method Detail |
|---|
public int getRendererIndex()
public void setRendererIndex(int index)
index - the item index (zero-based).public boolean equals(java.lang.Object obj)
equals in class ChartEntityobj - the object (null permitted).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||