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 |
StandardXYZToolTipGenerator
A standard item label generator for use with
XYZDataset data. |
Modifier and Type | Method and Description |
---|---|
static StandardXYToolTipGenerator |
StandardXYToolTipGenerator.getTimeSeriesInstance()
Returns a tool tip generator that formats the x-values as dates and the
y-values as numbers.
|