com.huguesjohnson.tiamat.graphics
Class MapFactory

java.lang.Object
  extended bycom.huguesjohnson.tiamat.graphics.MapFactory

public abstract class MapFactory
extends java.lang.Object

MapFactory - Abstract factory to select an appropriate Map for a given file

Author:
Hugues Johnson

Constructor Summary
MapFactory()
           
 
Method Summary
static Map load(java.lang.String path, Formatter formatter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapFactory

public MapFactory()
Method Detail

load

public static final Map load(java.lang.String path,
                             Formatter formatter)
                      throws UnsupportedMapException
Throws:
UnsupportedMapException