| Package | Description |
|---|---|
| org.jfree.chart.labels |
Generators and other classes used for the display of item labels and tooltips.
|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardCrosshairLabelGenerator
A default label generator.
|
| Modifier and Type | Method and Description |
|---|---|
CrosshairLabelGenerator |
Crosshair.getLabelGenerator()
Returns the crosshair label generator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Crosshair.setLabelGenerator(CrosshairLabelGenerator generator)
Sets the crosshair label generator and sends a property change event
(with the name 'labelGenerator') to all registered listeners.
|