Package org.jfree.chart.entity

Classes representing components of (or entities in) a chart.

See:
          Description

Interface Summary
EntityCollection Defines the methods that a collection of entities is required to implement.
 

Class Summary
CategoryItemEntity A chart entity that represents one item within a category plot.
ChartEntity A class that captures information about some component of a chart (a bar, line etc).
ContourEntity Represents an item on a contour chart.
PieSectionEntity A chart entity that represents one section within a pie plot.
StandardEntityCollection A default implementation of the EntityCollection interface.
XYItemEntity A chart entity that represents one item within an XY plot.
 

Package org.jfree.chart.entity Description

Classes representing components of (or entities in) a chart.