Header
And More


Uses of Interface
org.jfree.chart.labels.CrosshairLabelGenerator

Packages that use CrosshairLabelGenerator
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
 class StandardCrosshairLabelGenerator
          A default label generator.
 

Uses of CrosshairLabelGenerator in org.jfree.chart.plot
 

Methods in org.jfree.chart.plot that return CrosshairLabelGenerator
 CrosshairLabelGenerator Crosshair.getLabelGenerator()
          Returns the crosshair label generator.
 

Methods in org.jfree.chart.plot with parameters of type CrosshairLabelGenerator
 void Crosshair.setLabelGenerator(CrosshairLabelGenerator generator)
          Sets the crosshair label generator and sends a property change event (with the name 'labelGenerator') to all registered listeners.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.