cad.simcad.maps
Class MapCatalog

java.lang.Object
  |
  +--cad.simcad.maps.MapCatalog

public class MapCatalog
extends java.lang.Object

Version:
1.0
Author:
Charles-Philip Bentley

Constructor Summary
MapCatalog()
          Creates new MapCatalog
 
Method Summary
static int getDefMapHeight()
           
static int getDefMapRes()
           
static int getDefMapWidth()
           
static AbstractMap getMap(int width, int height, int res, java.lang.String name, boolean diagMove, FillerServer fs, StatServer ss)
          Return an AbstractMap object of the name name null if does not know about that map name
static java.lang.String[] getMapNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapCatalog

public MapCatalog()
Creates new MapCatalog

Method Detail

getMapNames

public static java.lang.String[] getMapNames()

getDefMapWidth

public static int getDefMapWidth()

getDefMapHeight

public static int getDefMapHeight()

getDefMapRes

public static int getDefMapRes()

getMap

public static AbstractMap getMap(int width,
                                 int height,
                                 int res,
                                 java.lang.String name,
                                 boolean diagMove,
                                 FillerServer fs,
                                 StatServer ss)
Return an AbstractMap object of the name name null if does not know about that map name


Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be