Uses of Class
de.gsi.chart.renderer.spi.hexagon.HexagonMap.Direction
-
Packages that use HexagonMap.Direction Package Description de.gsi.chart.renderer.spi.hexagon -
-
Uses of HexagonMap.Direction in de.gsi.chart.renderer.spi.hexagon
Methods in de.gsi.chart.renderer.spi.hexagon that return HexagonMap.Direction Modifier and Type Method Description HexagonMap.DirectionGridPosition. getDirectionTo(GridPosition otherPosition)HexagonMap.DirectionHexagon. getDirectionTo(Hexagon target)Finds the direction (NORTHWEST, NORTHEAST, EAST, SOUTHEAST, SOUTHWEST or WEST) If target is a neighbour, then it is quite simple.static HexagonMap.DirectionHexagonMap.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HexagonMap.Direction[]HexagonMap.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.chart.renderer.spi.hexagon with parameters of type HexagonMap.Direction Modifier and Type Method Description voidHexagon. drawHexagon(javafx.scene.canvas.GraphicsContext gc, HexagonMap.Direction... directions)GridPositionGridPosition. getNeighborPosition(HexagonMap.Direction direction)Finds the adjacent position in the specified direction from this positionHexagonHexagon. getNeighbour(HexagonMap.Direction direction)Finds the neighbour of this Hexagon
-