| Modifier and Type | Method | Description |
|---|---|---|
VonNeumannNeighbourhood |
VonNeumannNeighbourhood.clockwiseNext() |
Returns the next clockwise state relative to the current state.
|
VonNeumannNeighbourhood |
VonNeumannNeighbourhood.clockwisePrevious() |
Returns the next anti-clockwise state relative to the current state.
|
static VonNeumannNeighbourhood |
VonNeumannNeighbourhood.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static VonNeumannNeighbourhood[] |
VonNeumannNeighbourhood.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.