Uses of Interface
org.jfree.chart.entity.EntityCollection
Packages that use EntityCollection
Package
Description
-
Uses of EntityCollection in org.jfree.chart
Methods in org.jfree.chart that return EntityCollectionModifier and TypeMethodDescriptionprotected EntityCollection
JFreeChart.drawTitle
(Title t, Graphics2D g2, Rectangle2D area, boolean entities) Draws a title.ChartRenderingInfo.getEntityCollection()
Returns the collection of entities maintained by this instance.Methods in org.jfree.chart with parameters of type EntityCollectionModifier and TypeMethodDescriptionvoid
ChartRenderingInfo.setEntityCollection
(EntityCollection entities) Sets the entity collection.Constructors in org.jfree.chart with parameters of type EntityCollectionModifierConstructorDescriptionChartRenderingInfo
(EntityCollection entities) Constructs a new instance. -
Uses of EntityCollection in org.jfree.chart.block
Methods in org.jfree.chart.block that return EntityCollectionModifier and TypeMethodDescriptionBlockResult.getEntityCollection()
Returns the collection of entities from the block.EntityBlockResult.getEntityCollection()
Returns the entity collection.Methods in org.jfree.chart.block with parameters of type EntityCollectionModifier and TypeMethodDescriptionvoid
BlockResult.setEntityCollection
(EntityCollection entities) Sets the entities for the block. -
Uses of EntityCollection in org.jfree.chart.entity
Classes in org.jfree.chart.entity that implement EntityCollectionModifier and TypeClassDescriptionclass
A standard implementation of theEntityCollection
interface.Methods in org.jfree.chart.entity with parameters of type EntityCollectionModifier and TypeMethodDescriptionvoid
EntityCollection.addAll
(EntityCollection collection) Adds the entities from another collection to this collection.void
StandardEntityCollection.addAll
(EntityCollection collection) Adds all the entities from the specified collection. -
Uses of EntityCollection in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer that return EntityCollectionModifier and TypeMethodDescriptionRendererState.getEntityCollection()
A convenience method that returns a reference to the entity collection (may benull
) being used to record chart entities.Methods in org.jfree.chart.renderer with parameters of type EntityCollectionModifier and TypeMethodDescriptionprotected void
DefaultPolarItemRenderer.addEntity
(EntityCollection entities, Shape area, XYDataset dataset, int series, int item, double entityX, double entityY) Adds an entity to the collection. -
Uses of EntityCollection in org.jfree.chart.renderer.category
Methods in org.jfree.chart.renderer.category with parameters of type EntityCollectionModifier and TypeMethodDescriptionprotected void
AbstractCategoryItemRenderer.addEntity
(EntityCollection entities, Shape hotspot, CategoryDataset dataset, int row, int column, double entityX, double entityY) Adds an entity to the collection.protected void
AbstractCategoryItemRenderer.addItemEntity
(EntityCollection entities, CategoryDataset dataset, int row, int column, Shape hotspot) Adds an entity with the specified hotspot. -
Uses of EntityCollection in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy with parameters of type EntityCollectionModifier and TypeMethodDescriptionprotected void
AbstractXYItemRenderer.addEntity
(EntityCollection entities, Shape hotspot, XYDataset dataset, int series, int item, double entityX, double entityY) Adds an entity to the collection.protected void
XYLineAndShapeRenderer.drawSecondaryPass
(Graphics2D g2, XYPlot plot, XYDataset dataset, int pass, int series, int item, ValueAxis domainAxis, Rectangle2D dataArea, ValueAxis rangeAxis, CrosshairState crosshairState, EntityCollection entities) Draws the item shapes and adds chart entities (second pass).