Java org.jfree.chart.entity EntityCollection fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.entity EntityCollection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.entity EntityCollection.

The text is from its open source code.

Implementation

org.jfree.chart.entity.EntityCollection has the following implementations.
Click this link to see all its implementation.

Method

voidadd(ChartEntity entity)
Adds an entity to the collection.
voidaddAll(EntityCollection collection)
Adds the entities from another collection to this collection.
CollectiongetEntities()
Returns the entities in an unmodifiable collection.
ChartEntitygetEntity(int index)
Returns an entity from the collection.
ChartEntitygetEntity(double x, double y)
Returns an entity whose area contains the specified point.
intgetEntityCount()
Returns the entity count.
Iteratoriterator()
Returns an iterator for the entities in the collection.