Uses of Class
com.thowv.javafxgridgameboard.AlgorithmHelper.GameBoardDirection
-
Packages that use AlgorithmHelper.GameBoardDirection Package Description com.thowv.javafxgridgameboard com.thowv.javafxgridgameboard.premades.tictactoe -
-
Uses of AlgorithmHelper.GameBoardDirection in com.thowv.javafxgridgameboard
Methods in com.thowv.javafxgridgameboard that return AlgorithmHelper.GameBoardDirection Modifier and Type Method Description static AlgorithmHelper.GameBoardDirectionAlgorithmHelper. flipGameBoardDirection(AlgorithmHelper.GameBoardDirection direction)static AlgorithmHelper.GameBoardDirectionAlgorithmHelper.GameBoardDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static AlgorithmHelper.GameBoardDirection[]AlgorithmHelper.GameBoardDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.thowv.javafxgridgameboard with parameters of type AlgorithmHelper.GameBoardDirection Modifier and Type Method Description static AlgorithmHelper.GameBoardDirectionAlgorithmHelper. flipGameBoardDirection(AlgorithmHelper.GameBoardDirection direction)static int[]AlgorithmHelper. translateDirToCords(AlgorithmHelper.GameBoardDirection direction, int xCord, int yCord) -
Uses of AlgorithmHelper.GameBoardDirection in com.thowv.javafxgridgameboard.premades.tictactoe
Methods in com.thowv.javafxgridgameboard.premades.tictactoe that return AlgorithmHelper.GameBoardDirection Modifier and Type Method Description AlgorithmHelper.GameBoardDirection[]TTToeStartPosition. getDirections()Constructors in com.thowv.javafxgridgameboard.premades.tictactoe with parameters of type AlgorithmHelper.GameBoardDirection Constructor Description TTToeStartPosition(int xCord, int yCord, AlgorithmHelper.GameBoardDirection[] directions)TTToeStartPosition(int xCord, int yCord, AlgorithmHelper.GameBoardDirection[] directions, boolean multiDirectional)
-