Uses of Interface
org.jfree.chart.labels.CrosshairLabelGenerator
| 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.
|
-
Uses of CrosshairLabelGenerator in org.jfree.chart.labels
Classes in org.jfree.chart.labels that implement CrosshairLabelGenerator Modifier and Type Class Description classStandardCrosshairLabelGeneratorA default label generator. -
Uses of CrosshairLabelGenerator in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return CrosshairLabelGenerator Modifier and Type Method Description CrosshairLabelGeneratorCrosshair. getLabelGenerator()Returns the crosshair label generator.Methods in org.jfree.chart.plot with parameters of type CrosshairLabelGenerator Modifier and Type Method Description voidCrosshair. setLabelGenerator(CrosshairLabelGenerator generator)Sets the crosshair label generator and sends a property change event (with the name 'labelGenerator') to all registered listeners.