Uses of Interface org.jfree.chart.entity.EntityCollection

Uses in package org.jfree.chart.block

Methods with parameter type org.jfree.chart.entity.EntityCollection

void
Sets the entities for the block.

Methods with return type org.jfree.chart.entity.EntityCollection

EntityCollection
Returns the collection of entities from the block.
EntityCollection
Returns the entity collection.

Uses in package org.jfree.chart.renderer.category

Methods with parameter type org.jfree.chart.entity.EntityCollection

void
AbstractCategoryItemRenderer.addItemEntity(EntityCollection entities, CategoryDataset dataset, int row, int column, Shape hotspot)
Adds an entity with the specified hotspot.

Uses in package org.jfree.chart.entity

Classes implementing org.jfree.chart.entity.EntityCollection

class
A standard implementation of the EntityCollection interface.

Methods with parameter type org.jfree.chart.entity.EntityCollection

void
Adds the entities from another collection to this collection.
void
Adds all the entities from the specified collection.

Uses in package org.jfree.chart

Constructors with parameter type org.jfree.chart.entity.EntityCollection

Constructs a new instance.

Methods with parameter type org.jfree.chart.entity.EntityCollection

void
Sets the entity collection.

Methods with return type org.jfree.chart.entity.EntityCollection

EntityCollection
JFreeChart.drawTitle(Title t, Graphics2D g2, Rectangle2D area, boolean entities)
Draws a title.
EntityCollection
Returns the collection of entities maintained by this instance.

Uses in package org.jfree.chart.renderer

Methods with return type org.jfree.chart.entity.EntityCollection

EntityCollection
A convenience method that returns a reference to the entity collection (may be null) being used to record chart entities.

Uses in package org.jfree.chart.renderer.xy

Methods with parameter type org.jfree.chart.entity.EntityCollection

void
AbstractXYItemRenderer.addEntity(EntityCollection entities, Shape area, XYDataset dataset, int series, int item, double entityX, double entityY)
Adds an entity to the collection.
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).