Uses of Interface
de.gsi.chart.renderer.spi.hexagon.HexagonCallback
-
Packages that use HexagonCallback Package Description de.gsi.chart.renderer.spi.hexagon -
-
Uses of HexagonCallback in de.gsi.chart.renderer.spi.hexagon
Methods in de.gsi.chart.renderer.spi.hexagon with parameters of type HexagonCallback Modifier and Type Method Description voidHexagonMap. setOnHexagonClickedCallback(HexagonCallback callback)A callback when the user clicks on a HexagonvoidHexagonMap. setOnHexagonEnteredCallback(HexagonCallback callback)A callback when the user moves into a HexagonvoidHexagonMap. setOnHexagonExitCallback(HexagonCallback callback)A callback when the user moves out of a Hexagon
-