Uses of Class
VASSAL.tools.imports.adc2.MapBoard.Layout
Package | Description |
---|---|
VASSAL.tools.imports.adc2 |
-
Uses of MapBoard.Layout in VASSAL.tools.imports.adc2
Subclasses of MapBoard.Layout in VASSAL.tools.imports.adc2 Modifier and Type Class Description 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.Methods in VASSAL.tools.imports.adc2 that return MapBoard.Layout Modifier and Type Method Description protected MapBoard.Layout
MapBoard. getLayout()