Package | Description |
---|---|
shared.locations | |
shared.model |
Modifier and Type | Field and Description |
---|---|
private EdgeDirection |
EdgeLocation.dir |
private EdgeDirection |
EdgeDirection.opposite |
Modifier and Type | Method and Description |
---|---|
EdgeDirection |
EdgeLocation.getDir() |
EdgeDirection |
EdgeDirection.getOppositeDirection() |
static EdgeDirection |
EdgeDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EdgeDirection[] |
EdgeDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HexLocation |
HexLocation.getNeighborLoc(EdgeDirection dir) |
private void |
EdgeLocation.setDir(EdgeDirection dir) |
static java.lang.String |
EdgeDirection.toString(EdgeDirection e) |
Constructor and Description |
---|
EdgeLocation(HexLocation hexLoc,
EdgeDirection dir) |
Modifier and Type | Method and Description |
---|---|
private static EdgeDirection |
Translate.GetEdgeDirection(Coordinate hex,
Coordinate p1,
Coordinate p2) |