Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.block |
Blocks and layout classes used extensively by the
LegendTitle class. |
org.jfree.chart.entity |
Classes representing components of (or entities in) a chart.
|
org.jfree.chart.renderer |
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes. |
org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
Modifier and Type | Method and Description |
---|---|
protected EntityCollection |
JFreeChart.drawTitle(Title t,
java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D area,
boolean entities)
Draws a title.
|
EntityCollection |
ChartRenderingInfo.getEntityCollection()
Returns the collection of entities maintained by this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartRenderingInfo.setEntityCollection(EntityCollection entities)
Sets the entity collection.
|
Constructor and Description |
---|
ChartRenderingInfo(EntityCollection entities)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
EntityCollection |
EntityBlockResult.getEntityCollection()
Returns the entity collection.
|
EntityCollection |
BlockResult.getEntityCollection()
Returns the collection of entities from the block.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockResult.setEntityCollection(EntityCollection entities)
Sets the entities for the block.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardEntityCollection
A standard implementation of the
EntityCollection interface. |
Modifier and Type | Method and Description |
---|---|
void |
StandardEntityCollection.addAll(EntityCollection collection)
Adds all the entities from the specified collection.
|
void |
EntityCollection.addAll(EntityCollection collection)
Adds the entities from another collection to this collection.
|
Modifier and Type | Method and Description |
---|---|
EntityCollection |
RendererState.getEntityCollection()
A convenience method that returns a reference to the entity
collection (may be
null ) being used to record
chart entities. |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPolarItemRenderer.addEntity(EntityCollection entities,
java.awt.Shape area,
XYDataset dataset,
int series,
int item,
double entityX,
double entityY)
Adds an entity to the collection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCategoryItemRenderer.addEntity(EntityCollection entities,
java.awt.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,
java.awt.Shape hotspot)
Adds an entity with the specified hotspot.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractXYItemRenderer.addEntity(EntityCollection entities,
java.awt.Shape area,
XYDataset dataset,
int series,
int item,
double entityX,
double entityY)
Adds an entity to the collection.
|
protected void |
XYLineAndShapeRenderer.drawSecondaryPass(java.awt.Graphics2D g2,
XYPlot plot,
XYDataset dataset,
int pass,
int series,
int item,
ValueAxis domainAxis,
java.awt.geom.Rectangle2D dataArea,
ValueAxis rangeAxis,
CrosshairState crosshairState,
EntityCollection entities)
Draws the item shapes and adds chart entities (second pass).
|