Uses of Interface
com.jrefinery.chart.entity.EntityCollection

Packages that use EntityCollection
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.entity Classes representing components of (or entities in) a chart. 
 

Uses of EntityCollection in com.jrefinery.chart
 

Methods in com.jrefinery.chart that return EntityCollection
 EntityCollection ChartRenderingInfo.getEntityCollection()
          Returns a collection of entities.
 

Methods in com.jrefinery.chart with parameters of type EntityCollection
 void ChartRenderingInfo.setEntityCollection(EntityCollection entities)
          Sets the entity collection.
 

Constructors in com.jrefinery.chart with parameters of type EntityCollection
ChartRenderingInfo(EntityCollection entities)
          Constructs a new ChartRenderingInfo structure.
 

Uses of EntityCollection in com.jrefinery.chart.entity
 

Classes in com.jrefinery.chart.entity that implement EntityCollection
 class StandardEntityCollection
          A default implementation of the EntityCollection interface.