Frames | No Frames |
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. |
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. |
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. |
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 | Draws a title. |
EntityCollection | Returns the collection of entities maintained by this instance. |
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. |
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). |