Uses of Class
ball.game.crossword.Direction
-
Packages that use Direction Package Description ball.game.crossword Classes for creating, analyzing, and solving crossword puzzles. -
-
Uses of Direction in ball.game.crossword
Methods in ball.game.crossword that return Direction Modifier and Type Method Description DirectionLabel. getDirection()static DirectionDirection. of(CoordinateMap<?> map)Static method to analyzeCoordinateMapto determine aDirection.static DirectionDirection. parse(String string)static DirectionDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ball.game.crossword with parameters of type Direction Constructor Description Label(Direction direction, int index)
-