org.jfree.chart.entity
public class XYAnnotationEntity extends ChartEntity implements Serializable
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.
|
Parameters: hotspot the area. rendererIndex the rendererIndex (zero-based index). toolTipText the tool tip text. urlText the URL text for HTML image maps.
Parameters: obj the object (null
permitted).
Returns: A boolean.
Returns: The renderer index.
Parameters: index the item index (zero-based).