| java.lang.Object | ||
| ↳ | org.jfree.chart.entity.ChartEntity | |
| ↳ | org.jfree.chart.entity.PlotEntity | |
A class that captures information about a plot.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new plot entity.
| |||||||||||
Creates a new plot entity.
| |||||||||||
Creates a new plot entity.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a clone of the entity.
| |||||||||||
Tests the entity for equality with an arbitrary object.
| |||||||||||
Returns the plot that occupies the entity area.
| |||||||||||
Returns a hash code for this instance.
| |||||||||||
Returns a string representation of the plot entity, useful for
debugging.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.entity.ChartEntity
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new plot entity.
| area | the area (null not permitted). |
|---|---|
| plot | the plot (null not permitted).
|
Creates a new plot entity.
| area | the area (null not permitted). |
|---|---|
| plot | the plot (null not permitted). |
| toolTipText | the tool tip text (null permitted).
|
Creates a new plot entity.
| area | the area (null not permitted). |
|---|---|
| plot | the plot (null not permitted). |
| toolTipText | the tool tip text (null permitted). |
| urlText | the URL text for HTML image maps (null
permitted).
|
Returns a clone of the entity.
| CloneNotSupportedException | if there is a problem cloning the entity. |
|---|
Tests the entity for equality with an arbitrary object.
| obj | the object to test against (null permitted). |
|---|
Returns the plot that occupies the entity area.
null).
Returns a hash code for this instance.
Returns a string representation of the plot entity, useful for debugging.