Package | Description |
---|---|
org.jfree.chart.labels |
Generators and other classes used for the display of item labels and tooltips.
|
Modifier and Type | Class and Description |
---|---|
class |
BoxAndWhiskerXYToolTipGenerator
An item label generator for plots that use data from a
BoxAndWhiskerXYDataset . |
class |
BubbleXYItemLabelGenerator
An item label generator defined for use with the
XYBubbleRenderer
class, or any other class that uses an XYZDataset . |
class |
IntervalXYItemLabelGenerator
An item label generator for datasets that implement the
IntervalXYDataset interface. |
class |
StandardXYItemLabelGenerator
A standard item label generator for plots that use data from an
XYDataset . |
class |
StandardXYToolTipGenerator
A standard tool tip generator for use with an
XYItemRenderer . |
class |
StandardXYZToolTipGenerator
A standard item label generator for use with
XYZDataset data. |