org.jfree.chart.entity.EntityCollection |
![]() |
This interface defines the methods used to access an ordered list of
ChartEntity
objects.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds an entity to the collection.
| |||||||||||
Adds the entities from another collection to this collection.
| |||||||||||
Clears all entities.
| |||||||||||
Returns the entities in an unmodifiable collection.
| |||||||||||
Returns an entity from the collection.
| |||||||||||
Returns an entity whose area contains the specified point.
| |||||||||||
Returns the entity count.
| |||||||||||
Returns an iterator for the entities in the collection.
|
Adds an entity to the collection.
entity | the entity (null not permitted).
|
---|
Adds the entities from another collection to this collection.
collection | the other collection. |
---|
Clears all entities.
Returns the entities in an unmodifiable collection.
Returns an entity from the collection.
index | the index (zero-based). |
---|
Returns an entity whose area contains the specified point.
x | the x coordinate. |
---|---|
y | the y coordinate. |
Returns the entity count.
Returns an iterator for the entities in the collection.