Class MapBoard.Layout

java.lang.Object
VASSAL.tools.imports.adc2.MapBoard.Layout
Direct Known Subclasses:
MapBoard.GridLayout, MapBoard.HorizontalLayout, MapBoard.VerticalLayout
Enclosing class:
MapBoard

protected abstract class MapBoard.Layout extends Object
How the hexes or squares are organized on the map board.
  • Field Details

    • nColumns

      protected final int nColumns
    • nRows

      protected final int nRows
  • Method Details

    • getRow

      protected int getRow(int index)
    • getCol

      protected int getCol(int index)