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

Packages that use Filler
cad.simcad.maps   
cad.simcad.objectserver.spec.map   
cad.simcad.pathfinding.ui   
cad.simcad.pathfinding.ui.map   
cad.simcad.worldsimulator.stats   
cad.simcad.worldsimulator.world.terrain   
 

Uses of Filler in cad.simcad.maps
 

Methods in cad.simcad.maps that return Filler
 Filler[] Cell.getAllFillers()
          Returns all non null fillers as an array
 Filler Cell.getFirstFiller()
           
 Filler CellMap.getDefaultFiller()
           
 Filler[] CellMap.getFillerTypes()
           
 

Methods in cad.simcad.maps with parameters of type Filler
 void Cell.addFiller(Filler fil)
           
 void Cell.setFiller(Filler fil, int layer)
           
 void Cell.setFirstFiller(Filler fil)
           
 void CellMap.populateMap(Filler fil)
           
protected  void CellMap.generateBlankMap(int w, int h, Filler fil)
          Need
 double CellMap.getMoveStat(PathUser pu, Filler fil, double steepratio)
           
 void CellMap.fillMap(Filler fil, int layer)
          Filler the whole map with the given filler
 

Constructors in cad.simcad.maps with parameters of type Filler
Cell(CellMap cellMap, Filler fil, int x, int y, int z)
          Create a new Cell with The CellMap as parent The first Filler as Fil x as the x-coordinate y as the y-coordinate z as the z-coordinate The default size of fillers is 3
Cell(CellMap cellMap, Filler fil, int i, int j)
           
 

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

Methods in cad.simcad.objectserver.spec.map that return Filler
 Filler FillerServer.getDefaultFiller()
           
 Filler[] FillerServer.getAllFillers()
           
 Filler FillerServer.getFiller(java.lang.String name)
           
 Filler FillerServer.getFiller(int id)
           
 Filler MapUnit.getFirstFiller()
           
 

Methods in cad.simcad.objectserver.spec.map with parameters of type Filler
 double StatServer.getMoveStat(PathUser pu, Filler fil, double steepnessRatio)
          Return the MoveStat for a PathUser and a Filler.
 double StatServer.getMaxSteepNessRatio(SimObject pu, Filler fil, Genomable g)
          Return the maximum steepnessRatio the PathUser can walk on the filler given in argument
 void MapUnit.setFirstFiller(Filler fil)
           
 void AbstractMap.populateMap(Filler fil)
          Populate the Map with the given Filler
 

Uses of Filler in cad.simcad.pathfinding.ui
 

Fields in cad.simcad.pathfinding.ui declared as Filler
protected  Filler UIMediator._currentFiller
           
 

Methods in cad.simcad.pathfinding.ui that return Filler
 Filler SimUnitFeaturePanel.getShowedFiller()
           
 Filler SimPanel.getShowedFiller()
           
 Filler ObjectDisplayer.getShowedFiller()
           
 Filler UIMediator.getDisplayedFiller()
          Returns the filler displayed in the first registered ObjectDisplayer
 Filler UIMediator.getSelectedFiller()
           
 Filler UIMediator.getFillerSelected()
           
 Filler[] SimMediator.getFillers()
           
 Filler SimMediator.getFiller(java.lang.String name)
           
 

Methods in cad.simcad.pathfinding.ui with parameters of type Filler
 void SimObjectImagePanel.showFiller(Filler fil, PathPlace pp)
           
 void SimObjectDataPanel.showFiller(Filler fil, PathPlace pp)
           
 void SimUnitFeaturePanel.showFiller(Filler fil, PathPlace pp)
           
 void SimPanel.showFiller(Filler fil, MapUnit mu)
           
 void ObjectDisplayer.showFiller(Filler fil, MapUnit mu)
           
 javax.swing.ImageIcon UIMediator.getImageIcon(Filler fil)
           
 java.awt.Image UIMediator.getImage(Filler fil)
           
 void UIMediator.setSelectedFiller(Filler fil)
           
 void UIMediator.setFillerSelected(Filler fil)
           
 java.awt.Color UIMediator.getColor(Filler tt)
           
 void SimMediator.populate(Filler fil)
           
 

Uses of Filler in cad.simcad.pathfinding.ui.map
 

Methods in cad.simcad.pathfinding.ui.map that return Filler
 Filler MapFieldPanel.getSelectedFiller()
           
 Filler MapFieldPanel.getFillerTypeSelected()
           
 

Methods in cad.simcad.pathfinding.ui.map with parameters of type Filler
 java.awt.Image MapFieldPanel.getFillerImage(Filler fil)
           
 java.awt.Color MapFieldPanel.getFillerColor(Filler fil)
           
 

Uses of Filler in cad.simcad.worldsimulator.stats
 

Methods in cad.simcad.worldsimulator.stats with parameters of type Filler
 double StatComputer.getMoveStat(PathUser pu, Filler tt, double steepnessRatio)
           
 double StatComputer.getMaxSteepNessRatio(SimObject so, Filler fil, Genomable g)
           
 

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

Classes in cad.simcad.worldsimulator.world.terrain that implement Filler
 class TerrainType
          Base class for all Terrains
 

Methods in cad.simcad.worldsimulator.world.terrain that return Filler
 Filler TerrainTypeProducer.getDefaultFiller()
           
 Filler[] TerrainTypeProducer.getAllFillers()
           
 Filler TerrainTypeProducer.getFiller(java.lang.String name)
           
 Filler TerrainTypeProducer.getFiller(int id)
           
 


Logo

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