Uses of Interface
org.jfree.chart.labels.CrosshairLabelGenerator
-
Packages that use 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 class
StandardCrosshairLabelGenerator
A default label generator. -
Uses of CrosshairLabelGenerator in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as CrosshairLabelGenerator Modifier and Type Field Description private CrosshairLabelGenerator
Crosshair. labelGenerator
A label generator.Methods in org.jfree.chart.plot that return CrosshairLabelGenerator Modifier and Type Method Description CrosshairLabelGenerator
Crosshair. getLabelGenerator()
Returns the crosshair label generator.Methods in org.jfree.chart.plot with parameters of type CrosshairLabelGenerator Modifier and Type Method 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.
-