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 EntityCollectionChartRenderingInfo. 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 voidChartRenderingInfo. 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 classStandardEntityCollectionA standard implementation of theEntityCollectioninterface.Methods in org.jfree.chart.entity with parameters of type EntityCollection Modifier and Type Method Description voidEntityCollection. addEntities(EntityCollection collection)Adds the entities from another collection to this collection.voidStandardEntityCollection. addEntities(EntityCollection collection)Adds all the entities from the specified collection.