| Interface | Description |
|---|---|
| EntityCollection |
This interface defines the methods used to access an ordered list of
ChartEntity objects. |
| Class | Description |
|---|---|
| AxisEntity |
A class that captures information about an
Axis belonging to a
chart. |
| ChartEntity |
A class that captures information about some component of a chart (a bar,
line etc).
|
| JFreeChartEntity |
A class that captures information about an entire chart.
|
| LegendItemEntity |
An entity that represents an item within a legend.
|
| PlotEntity |
A class that captures information about a plot.
|
| StandardEntityCollection |
A standard implementation of the
EntityCollection interface. |
| TitleEntity |
A class that captures information about a Title of a chart.
|
| XYAnnotationEntity |
A chart entity that represents an annotation on an
XYPlot. |
| XYItemEntity |
A chart entity that represents one item within an
XYPlot. |