| Interface | Description |
|---|---|
| XYItemLabelGenerator |
Interface for a label generator for plots that use data from an
XYDataset. |
| XYSeriesLabelGenerator |
A generator that creates labels for the series in an
XYDataset. |
| XYToolTipGenerator |
Interface for a tooltip generator for plots that use data from an
XYDataset. |
| Class | Description |
|---|---|
| AbstractXYItemLabelGenerator |
A base class for creating item label generators.
|
| ItemLabelAnchor |
An enumeration of the positions that a value label can take, relative to an
item in a
org.jfree.chart.plot.CategoryPlot. |
| ItemLabelPosition |
The attributes that control the position of the label for each data item on
a chart.
|
| StandardXYSeriesLabelGenerator |
A standard series label generator for plots that use data from
an
XYDataset. |
| StandardXYToolTipGenerator |
A standard tool tip generator for use with an
XYItemRenderer. |