java.lang.Object | |
↳ | org.jfree.chart.entity.StandardEntityCollection |
A standard implementation of the EntityCollection
interface.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new entity collection (initially empty).
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds an entity to the collection.
| |||||||||||
Adds all the entities from the specified collection.
| |||||||||||
Clears all the entities from the collection.
| |||||||||||
Returns a clone of this entity collection.
| |||||||||||
Tests this object for equality with an arbitrary object.
| |||||||||||
Returns the entities in an unmodifiable collection.
| |||||||||||
Returns a chart entity from the collection.
| |||||||||||
Returns the last entity in the list with an area that encloses the
specified coordinates, or
null if there is no such entity. | |||||||||||
Returns the number of entities in the collection.
| |||||||||||
Returns an iterator for the entities in the collection.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructs a new entity collection (initially empty).
Adds an entity to the collection.
entity | the entity (null not permitted).
|
---|
Adds all the entities from the specified collection.
collection | the collection of entities (null not
permitted).
|
---|
Clears all the entities from the collection.
Returns a clone of this entity collection.
CloneNotSupportedException | if the object cannot be cloned. |
---|
Tests this object for equality with an arbitrary object.
obj | the object to test against (null permitted). |
---|
Returns the entities in an unmodifiable collection.
Returns a chart entity from the collection.
index | the entity index. |
---|
Returns the last entity in the list with an area that encloses the
specified coordinates, or null
if there is no such entity.
x | the x coordinate. |
---|---|
y | the y coordinate. |
null
).
Returns the number of entities in the collection.
Returns an iterator for the entities in the collection.