JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
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).