Package | Description |
---|---|
ball.game.crossword |
Classes for creating, analyzing, and solving crossword puzzles.
|
Modifier and Type | Method and Description |
---|---|
Direction |
Label.getDirection() |
static Direction |
Direction.of(CoordinateMap<?> map)
Static method to analyze
CoordinateMap to determine a
Direction . |
static Direction |
Direction.parse(String string)
|
static Direction |
Direction.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.
|
Constructor and Description |
---|
Label(Direction direction,
int index) |
Copyright © 2015–2020 Allen D. Ball. All rights reserved.