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