| java.lang.Object | ||
| ↳ | org.jfree.chart.entity.ChartEntity | |
| ↳ | org.jfree.chart.entity.XYAnnotationEntity | |
A chart entity that represents an annotation on an
XYPlot.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new entity.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tests the entity for equality with an arbitrary object.
| |||||||||||
Returns the renderer index.
| |||||||||||
Sets the renderer index.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.entity.ChartEntity
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new entity.
| hotspot | the area. |
|---|---|
| rendererIndex | the rendererIndex (zero-based index). |
| toolTipText | the tool tip text. |
| urlText | the URL text for HTML image maps. |
Tests the entity for equality with an arbitrary object.
| obj | the object (null permitted). |
|---|
Returns the renderer index.
Sets the renderer index.
| index | the item index (zero-based). |
|---|