Interface Hexmap.Tooltip

Enclosing class:
Hexmap

public static interface Hexmap.Tooltip
The lambda interface to retrieve the tooltip of cell.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int i, int j)
    Gets the tooltip of cell at (i, j).
  • Method Details

    • get

      String get(int i, int j)
      Gets the tooltip of cell at (i, j).