Class StrategicMapLoader

java.lang.Object
net.sf.colossus.xmlparser.StrategicMapLoader

public class StrategicMapLoader extends Object
StrategicMapLoader loads the masterboard data.
Author:
Romain Dolbeau
  • Field Details

    • LOGGER

      private static final Logger LOGGER
    • show

      private boolean[][] show
    • horizSize

      private int horizSize
    • vertSize

      private int vertSize
    • hexes

      private MasterHex[][] hexes
  • Constructor Details

    • StrategicMapLoader

      public StrategicMapLoader(InputStream mapIS)
  • Method Details

    • handleHex

      private void handleHex(org.jdom.Element el) throws org.jdom.JDOMException
      Throws:
      org.jdom.JDOMException
    • getHorizSize

      public int getHorizSize()
    • getVertSize

      public int getVertSize()
    • getShow

      public boolean[][] getShow()
    • getHexes

      public MasterHex[][] getHexes()