protected class |
MapBoard.GridLayout |
A layout consisting of squares in a checkerboard pattern (i.e. each
square has four neighbours).
|
protected class |
MapBoard.GridOffsetColumnLayout |
A layout consisting of squares in which every second column is shifted
downward by one half width.
|
protected class |
MapBoard.GridOffsetRowLayout |
A layout consisting of squares in which every second row is shifted to the
right by one half-width.
|
protected class |
MapBoard.HorizontalHexLayout |
Hexes aligned along rows.
|
protected class |
MapBoard.HorizontalLayout |
A layout in which every second row is offset by one-half hex or square.
|
protected class |
MapBoard.VerticalHexLayout |
Hexes in columns.
|
protected class |
MapBoard.VerticalLayout |
A layout in which every second column is offset--either hexes or squares.
|