JFreeChart 1.0.14-redhat-2

org.jfree.chart.labels
Interface CrosshairLabelGenerator

All Known Implementing Classes:
StandardCrosshairLabelGenerator

public interface CrosshairLabelGenerator

A label generator for crosshairs.

Since:
1.0.13

Method Summary
 String generateLabel(Crosshair crosshair)
          Returns a string that can be used as the label for a crosshair.
 

Method Detail

generateLabel

String generateLabel(Crosshair crosshair)
Returns a string that can be used as the label for a crosshair.

Parameters:
crosshair - the crosshair (null not permitted).
Returns:
The label (possibly null).

JFreeChart 1.0.14-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.