Uses of Class
net.sf.freecol.server.generator.MapGeneratorOptions

Packages that use MapGeneratorOptions
net.sf.freecol.client.control Contains the classes responsible for the control of the game. 
net.sf.freecol.client.gui Contains the GUI classes. 
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
net.sf.freecol.server.generator Contains the map generator. 
 

Uses of MapGeneratorOptions in net.sf.freecol.client.control
 

Methods in net.sf.freecol.client.control that return MapGeneratorOptions
 MapGeneratorOptions PreGameController.getMapGeneratorOptions()
          Gets the MapGeneratorOptions used when creating a map.
 

Uses of MapGeneratorOptions in net.sf.freecol.client.gui
 

Methods in net.sf.freecol.client.gui with parameters of type MapGeneratorOptions
 boolean Canvas.showMapGeneratorOptionsDialog(boolean editable, MapGeneratorOptions mgo)
          Displays a dialog for setting the map generator options.
 

Uses of MapGeneratorOptions in net.sf.freecol.client.gui.panel
 

Methods in net.sf.freecol.client.gui.panel with parameters of type MapGeneratorOptions
 void MapGeneratorOptionsDialog.initialize(boolean editable, MapGeneratorOptions mgo)
           
 

Uses of MapGeneratorOptions in net.sf.freecol.server.generator
 

Methods in net.sf.freecol.server.generator that return MapGeneratorOptions
 MapGeneratorOptions MapGenerator.getMapGeneratorOptions()
           
 MapGeneratorOptions IMapGenerator.getMapGeneratorOptions()
          Gets the options used when generating the map.
 

Constructors in net.sf.freecol.server.generator with parameters of type MapGeneratorOptions
LandGenerator(MapGeneratorOptions mapGeneratorOptions, java.util.Random random)
          Creates a new LandGenerator.
TerrainGenerator(MapGeneratorOptions mapGeneratorOptions, java.util.Random random)
          Creates a new TerrainGenerator.