Interface CoordinateFormat.Format

All Known Implementing Classes:
CoordinateFormat.DecimalCoordFormat, CoordinateFormat.FloorCoordFormat
Enclosing class:
CoordinateFormat

public static interface CoordinateFormat.Format
The Format interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    format(double number)
    Format the number.
  • Method Details

    • format

      String format(double number)
      Format the number.
      Parameters:
      number - to be formatted
      Returns:
      the formatted number as string