Interface CrosshairLabelGenerator

All Known Implementing Classes:
StandardCrosshairLabelGenerator

public interface CrosshairLabelGenerator
A label generator for crosshairs.
  • Method Summary

    Modifier and Type Method Description
    String generateLabel​(Crosshair crosshair)
    Returns a string that can be used as the label for a crosshair.
  • Method Details

    • generateLabel

      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).