Package smile.plot.swing
Interface Hexmap.Tooltip
- Enclosing class:
Hexmap
public static interface Hexmap.Tooltip
The lambda interface to retrieve the tooltip of cell.
-
Method Summary
-
Method Details
-
get
Gets the tooltip of cell at (i, j).- Parameters:
i
- the row index of cell.j
- the column index of cell.- Returns:
- the tooltip.
-