| java.lang.Object org.jfree.chart.entity.ChartEntity org.jfree.chart.entity.XYAnnotationEntity
Method Summary | |
public boolean | equals(Object obj) Tests the entity for equality with an arbitrary object.
Parameters: obj - the object (null permitted). | public int | getRendererIndex() Returns the renderer index. | public void | setRendererIndex(int index) Sets the renderer index. |
XYAnnotationEntity | public XYAnnotationEntity(Shape hotspot, int rendererIndex, String toolTipText, String urlText)(Code) | | Creates a new entity.
Parameters: hotspot - the area. Parameters: rendererIndex - the rendererIndex (zero-based index). Parameters: toolTipText - the tool tip text. Parameters: urlText - the URL text for HTML image maps. |
equals | public boolean equals(Object obj)(Code) | | Tests the entity for equality with an arbitrary object.
Parameters: obj - the object (null permitted). A boolean. |
getRendererIndex | public int getRendererIndex()(Code) | | Returns the renderer index.
The renderer index. |
setRendererIndex | public void setRendererIndex(int index)(Code) | | Sets the renderer index.
Parameters: index - the item index (zero-based). |
|
|