|
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.XYAnnotationEntity
public class XYAnnotationEntity
A chart entity that represents an annotation on an
XYPlot
.
Constructor Summary | |
---|---|
XYAnnotationEntity(Shape hotspot,
int rendererIndex,
String toolTipText,
String urlText)
Creates a new entity. |
Method Summary | |
---|---|
boolean |
equals(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(Shape hotspot, int rendererIndex, String toolTipText, 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(Object obj)
equals
in class ChartEntity
obj
- the object (null
permitted).
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |