Uses of Interface
cad.simcad.objectserver.spec.map.FillerServer

Packages that use FillerServer
cad.simcad.maps   
cad.simcad.objectserver.factory   
cad.simcad.objectserver.spec.map   
cad.simcad.worldsimulator.world.terrain   
 

Uses of FillerServer in cad.simcad.maps
 

Fields in cad.simcad.maps declared as FillerServer
protected  FillerServer CellMap._fillerServer
           
 

Methods in cad.simcad.maps that return FillerServer
 FillerServer CellMap.getFillerServer()
           
 

Methods in cad.simcad.maps with parameters of type FillerServer
static AbstractMap MapCatalog.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
 

Constructors in cad.simcad.maps with parameters of type FillerServer
ToroidalCellMapNoDiag(int w, int h, int res, FillerServer fs, StatServer ss)
          Creates new RoundCellMap
ToroidalCellMapNoDiag(java.lang.Integer w, java.lang.Integer h, int res, FillerServer fs, StatServer ss)
          Creates new ClassicCellMap
ToroidalCellMap(int w, int h, int res, FillerServer fs, StatServer ss)
          Creates new RoundCellMap
ToroidalCellMap(java.lang.Integer w, java.lang.Integer h, int res, FillerServer fs, StatServer ss)
          Creates new ClassicCellMap
CellMap(int w, int h, int res, FillerServer fs, StatServer ss)
          Creates new CellMap Initialize the array of cells. w*h cell objects are created A FillerServer that will be used to fill the Cell objects The map cells are filled with the DefaultFiller of this FillerServer A StatServer that will return movemodifiers
ClassicCellMap(int w, int h, int res, FillerServer fs, StatServer ss)
          Creates new ClassicCellMap
ClassicCellMap(java.lang.Integer w, java.lang.Integer h, int res, FillerServer fs, StatServer ss)
          Creates new ClassicCellMap
ClassicCellMapNoDiag(int w, int h, int res, FillerServer fs, StatServer ss)
          Creates new ClassicCellMap
ClassicCellMapNoDiag(java.lang.Integer w, java.lang.Integer h, int res, FillerServer fs, StatServer ss)
          Creates new ClassicCellMap
 

Uses of FillerServer in cad.simcad.objectserver.factory
 

Methods in cad.simcad.objectserver.factory that return FillerServer
static FillerServer FillerServerFactory.createFillerServer()
           
 

Uses of FillerServer in cad.simcad.objectserver.spec.map
 

Methods in cad.simcad.objectserver.spec.map that return FillerServer
 FillerServer AbstractMap.getFillerServer()
          Returns the FillerServer of the Map
 

Uses of FillerServer in cad.simcad.worldsimulator.world.terrain
 

Classes in cad.simcad.worldsimulator.world.terrain that implement FillerServer
 class TerrainTypeProducer
          Every map should have its TerrainTypeProducer
 


Logo

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