cad.simcad.objectserver.factory
Class AbstractMapFactory

java.lang.Object
  |
  +--cad.simcad.objectserver.factory.AbstractMapFactory

public class AbstractMapFactory
extends java.lang.Object

Version:
1.0
Author:
Charles-Philip Bentley

Constructor Summary
AbstractMapFactory()
          Creates new MapManager
 
Method Summary
static AbstractMap createDefaultMap()
           
static AbstractMap createDefaultMap(boolean b)
           
static AbstractMap createMap(int width, int height, int res, java.lang.String name, boolean diagMove)
           
static java.lang.String[] getAvailableMapNames()
           
static AbstractMap loadCACMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMapFactory

public AbstractMapFactory()
Creates new MapManager

Method Detail

createMap

public static AbstractMap createMap(int width,
                                    int height,
                                    int res,
                                    java.lang.String name,
                                    boolean diagMove)
                             throws FactoryException
FactoryException

createDefaultMap

public static AbstractMap createDefaultMap()

createDefaultMap

public static AbstractMap createDefaultMap(boolean b)

getAvailableMapNames

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

loadCACMap

public static AbstractMap loadCACMap()

Logo

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