Package org.jfree.chart.labels
Interface CrosshairLabelGenerator
-
- All Known Implementing Classes:
StandardCrosshairLabelGenerator
public interface CrosshairLabelGeneratorA label generator for crosshairs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgenerateLabel(Crosshair crosshair)Returns a string that can be used as the label for a crosshair.
-
-
-
Method Detail
-
generateLabel
java.lang.String generateLabel(Crosshair crosshair)
Returns a string that can be used as the label for a crosshair.- Parameters:
crosshair- the crosshair (nullnot permitted).- Returns:
- The label (possibly
null).
-
-