| java.lang.Object | ||
| ↳ | org.jfree.chart.entity.ChartEntity | |
| ↳ | org.jfree.chart.entity.XYItemEntity | |
A chart entity that represents one item within an
XYPlot.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new entity.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tests the entity for equality with an arbitrary object.
| |||||||||||
Returns the dataset this entity refers to.
| |||||||||||
Returns the item index.
| |||||||||||
Returns the series index.
| |||||||||||
Sets the dataset this entity refers to.
| |||||||||||
Sets the item index.
| |||||||||||
Sets the series index.
| |||||||||||
Returns a string representation of this instance, useful for debugging
purposes.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.entity.ChartEntity
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new entity.
| area | the area. |
|---|---|
| dataset | the dataset. |
| series | the series (zero-based index). |
| item | the item (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 item index.
Returns the series index.
Sets the dataset this entity refers to.
| dataset | the dataset. |
|---|
Sets the item index.
| item | the item index (zero-based). |
|---|
Sets the series index.
| series | the series index (zero-based). |
|---|
Returns a string representation of this instance, useful for debugging purposes.