Uses of Interface
org.jfree.chart.labels.CrosshairLabelGenerator
Packages that use CrosshairLabelGenerator
Package
Description
Generators and other classes used for the display of item labels and tooltips.
Plot classes and related interfaces.
-
Uses of CrosshairLabelGenerator in org.jfree.chart.labels
Classes in org.jfree.chart.labels that implement CrosshairLabelGeneratorModifier and TypeClassDescriptionclassA default label generator. -
Uses of CrosshairLabelGenerator in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return CrosshairLabelGeneratorModifier and TypeMethodDescriptionCrosshair.getLabelGenerator()Returns the crosshair label generator.Methods in org.jfree.chart.plot with parameters of type CrosshairLabelGeneratorModifier and TypeMethodDescriptionvoidCrosshair.setLabelGenerator(CrosshairLabelGenerator generator) Sets the crosshair label generator and sends a property change event (with the name 'labelGenerator') to all registered listeners.