jfreerails.server
Class TileSetFactoryImpl

java.lang.Object
  extended by jfreerails.server.TileSetFactoryImpl
All Implemented Interfaces:
TileSetFactory

public class TileSetFactoryImpl
extends java.lang.Object
implements TileSetFactory

This class adds cargo and terrain types defined in an XML file to a World object.

Author:
Luke

Constructor Summary
TileSetFactoryImpl()
           
 
Method Summary
 void addTerrainTileTypesList(World w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TileSetFactoryImpl

public TileSetFactoryImpl()
Method Detail

addTerrainTileTypesList

public void addTerrainTileTypesList(World w)
Specified by:
addTerrainTileTypesList in interface TileSetFactory