net.sf.colossus.xmlparser
Class StrategicMapLoader
java.lang.Object
net.sf.colossus.xmlparser.StrategicMapLoader
public class StrategicMapLoader
- extends java.lang.Object
StrategicMapLoader loads the masterboard data.
- Author:
- Romain Dolbeau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
private static final java.util.logging.Logger LOGGER
show
private boolean[][] show
horizSize
private int horizSize
vertSize
private int vertSize
hexes
private MasterHex[][] hexes
StrategicMapLoader
public StrategicMapLoader(java.io.InputStream mapIS)
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()