Uses of Interface
org.jfree.chart.entity.EntityCollection
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Blocks and layout classes used extensively by the
LegendTitle
class.Classes representing components of (or entities in) a chart.
Core support for the plug-in renderers used by the
CategoryPlot
and XYPlot
classes.Plug-in renderers for the
CategoryPlot
class.Plug-in renderers for the
XYPlot
class.-
Uses of EntityCollection in org.jfree.chart
Modifier 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.Modifier and TypeMethodDescriptionvoid
ChartRenderingInfo.setEntityCollection
(EntityCollection entities) Sets the entity collection.ModifierConstructorDescriptionChartRenderingInfo
(EntityCollection entities) Constructs a new instance. -
Uses of EntityCollection in org.jfree.chart.block
Modifier and TypeMethodDescriptionBlockResult.getEntityCollection()
Returns the collection of entities from the block.EntityBlockResult.getEntityCollection()
Returns the entity collection.Modifier and TypeMethodDescriptionvoid
BlockResult.setEntityCollection
(EntityCollection entities) Sets the entities for the block. -
Uses of EntityCollection in org.jfree.chart.entity
Modifier and TypeClassDescriptionclass
A standard implementation of theEntityCollection
interface.Modifier 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
Modifier and TypeMethodDescriptionRendererState.getEntityCollection()
A convenience method that returns a reference to the entity collection (may benull
) being used to record chart entities.Modifier 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
Modifier 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
Modifier 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).