Uses of Interface
org.jfree.chart.entity.EntityCollection
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.entity |
Classes representing components of (or entities in) a chart.
|
-
Uses of EntityCollection in org.jfree.chart
Methods in org.jfree.chart that return EntityCollection Modifier and Type Method Description EntityCollection
ChartRenderingInfo. getEntityCollection()
Returns the collection of entities maintained by this instance.Methods in org.jfree.chart with parameters of type EntityCollection Modifier and Type Method Description void
ChartRenderingInfo. setEntityCollection(EntityCollection entities)
Sets the entity collection.Constructors in org.jfree.chart with parameters of type EntityCollection Constructor Description ChartRenderingInfo(EntityCollection entities)
Constructs a new ChartRenderingInfo structure. -
Uses of EntityCollection in org.jfree.chart.entity
Classes in org.jfree.chart.entity that implement EntityCollection Modifier and Type Class Description class
StandardEntityCollection
A standard implementation of theEntityCollection
interface.Methods in org.jfree.chart.entity with parameters of type EntityCollection Modifier and Type Method Description void
EntityCollection. addEntities(EntityCollection collection)
Adds the entities from another collection to this collection.void
StandardEntityCollection. addEntities(EntityCollection collection)
Adds all the entities from the specified collection.