Package net.sf.freecol.common.option
Class MapGeneratorOptions
- java.lang.Object
-
- net.sf.freecol.common.option.MapGeneratorOptions
-
public class MapGeneratorOptions extends java.lang.ObjectKeeps track of the available map generator options. More of a handy place to organize the names than an actual option type.- See Also:
MapGenerator,OptionGroup
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBONUS_NUMBEROption for setting the percentage of bonus tiles on the map.static java.lang.StringDISTANCE_TO_HIGH_SEAOption for setting the distance to the high seas.static java.lang.StringFOREST_NUMBEROption for setting the percentage of forests on the map.static java.lang.StringHUMIDITYOption for setting the humidity of the map.static java.lang.StringIMPORT_BONUSESOption for using the bonuses imported from a file.static java.lang.StringIMPORT_FILEOption for setting a file to be imported (map etc).static java.lang.StringIMPORT_RUMOURSOption for using the lost city rumours imported from a file.static java.lang.StringIMPORT_SETTLEMENTSOption for using the settlements imported from a file.static java.lang.StringIMPORT_TERRAINOption for using the terrain imported from a file.static intLAND_GENERATOR_ARCHIPELAGOstatic intLAND_GENERATOR_CLASSICstatic intLAND_GENERATOR_CONTINENTstatic intLAND_GENERATOR_ISLANDSstatic java.lang.StringLAND_GENERATOR_TYPEOption for setting the type of land generator to be used.static java.lang.StringLAND_MASSOption for setting the land mass of the map.static java.lang.StringMAP_HEIGHTOption for setting the map height.static java.lang.StringMAP_WIDTHOption for setting the map width.static java.lang.StringMAPGENERATOROPTIONS_IMPORTMap generator options import group.static java.lang.StringMAPGENERATOROPTIONS_LAND_GENERATORMap generator options land generator group.static java.lang.StringMAPGENERATOROPTIONS_TERRAIN_GENERATORMap generator options terrain generator group.static java.lang.StringMAXIMUM_DISTANCE_TO_EDGEOption for setting the maximum distance to the map edge.static java.lang.StringMAXIMUM_LATITUDEThe maximum latitude of the map.static java.lang.StringMINIMUM_LATITUDEThe minimum latitude of the map.static java.lang.StringMOUNTAIN_NUMBEROption for setting the number of mountains on the map.static java.lang.StringPREFERRED_DISTANCE_TO_EDGEOption for setting the preferred distance to the map edge.static java.lang.StringRIVER_NUMBEROption for setting the number of rivers on the map.static java.lang.StringRUMOUR_NUMBEROption for setting the number of rumours on the map.static java.lang.StringTAGstatic java.lang.StringTEMPERATUREOption for setting the temperature of the map.static intTEMPERATURE_CHILLYOne of the settings used byTEMPERATURE.static intTEMPERATURE_COLDOne of the settings used byTEMPERATURE.static intTEMPERATURE_HOTOne of the settings used byTEMPERATURE.static intTEMPERATURE_TEMPERATEOne of the settings used byTEMPERATURE.static intTEMPERATURE_WARMOne of the settings used byTEMPERATURE.
-
Constructor Summary
Constructors Constructor Description MapGeneratorOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetXMLTagName()
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
-
MAPGENERATOROPTIONS_IMPORT
public static final java.lang.String MAPGENERATOROPTIONS_IMPORT
Map generator options import group.- See Also:
- Constant Field Values
-
IMPORT_FILE
public static final java.lang.String IMPORT_FILE
Option for setting a file to be imported (map etc).- See Also:
- Constant Field Values
-
IMPORT_TERRAIN
public static final java.lang.String IMPORT_TERRAIN
Option for using the terrain imported from a file.- See Also:
- Constant Field Values
-
IMPORT_BONUSES
public static final java.lang.String IMPORT_BONUSES
Option for using the bonuses imported from a file.- See Also:
- Constant Field Values
-
IMPORT_RUMOURS
public static final java.lang.String IMPORT_RUMOURS
Option for using the lost city rumours imported from a file.- See Also:
- Constant Field Values
-
IMPORT_SETTLEMENTS
public static final java.lang.String IMPORT_SETTLEMENTS
Option for using the settlements imported from a file.- See Also:
- Constant Field Values
-
MAPGENERATOROPTIONS_LAND_GENERATOR
public static final java.lang.String MAPGENERATOROPTIONS_LAND_GENERATOR
Map generator options land generator group.- See Also:
- Constant Field Values
-
MAP_WIDTH
public static final java.lang.String MAP_WIDTH
Option for setting the map width.- See Also:
- Constant Field Values
-
MAP_HEIGHT
public static final java.lang.String MAP_HEIGHT
Option for setting the map height.- See Also:
- Constant Field Values
-
LAND_MASS
public static final java.lang.String LAND_MASS
Option for setting the land mass of the map.- See Also:
- Constant Field Values
-
LAND_GENERATOR_TYPE
public static final java.lang.String LAND_GENERATOR_TYPE
Option for setting the type of land generator to be used.- See Also:
- Constant Field Values
-
LAND_GENERATOR_CLASSIC
public static final int LAND_GENERATOR_CLASSIC
- See Also:
- Constant Field Values
-
LAND_GENERATOR_CONTINENT
public static final int LAND_GENERATOR_CONTINENT
- See Also:
- Constant Field Values
-
LAND_GENERATOR_ARCHIPELAGO
public static final int LAND_GENERATOR_ARCHIPELAGO
- See Also:
- Constant Field Values
-
LAND_GENERATOR_ISLANDS
public static final int LAND_GENERATOR_ISLANDS
- See Also:
- Constant Field Values
-
PREFERRED_DISTANCE_TO_EDGE
public static final java.lang.String PREFERRED_DISTANCE_TO_EDGE
Option for setting the preferred distance to the map edge.- See Also:
- Constant Field Values
-
MAXIMUM_DISTANCE_TO_EDGE
public static final java.lang.String MAXIMUM_DISTANCE_TO_EDGE
Option for setting the maximum distance to the map edge.- See Also:
- Constant Field Values
-
DISTANCE_TO_HIGH_SEA
public static final java.lang.String DISTANCE_TO_HIGH_SEA
Option for setting the distance to the high seas.- See Also:
- Constant Field Values
-
MAPGENERATOROPTIONS_TERRAIN_GENERATOR
public static final java.lang.String MAPGENERATOROPTIONS_TERRAIN_GENERATOR
Map generator options terrain generator group.- See Also:
- Constant Field Values
-
MINIMUM_LATITUDE
public static final java.lang.String MINIMUM_LATITUDE
The minimum latitude of the map.- See Also:
- Constant Field Values
-
MAXIMUM_LATITUDE
public static final java.lang.String MAXIMUM_LATITUDE
The maximum latitude of the map.- See Also:
- Constant Field Values
-
RIVER_NUMBER
public static final java.lang.String RIVER_NUMBER
Option for setting the number of rivers on the map.- See Also:
- Constant Field Values
-
MOUNTAIN_NUMBER
public static final java.lang.String MOUNTAIN_NUMBER
Option for setting the number of mountains on the map.- See Also:
- Constant Field Values
-
RUMOUR_NUMBER
public static final java.lang.String RUMOUR_NUMBER
Option for setting the number of rumours on the map.- See Also:
- Constant Field Values
-
FOREST_NUMBER
public static final java.lang.String FOREST_NUMBER
Option for setting the percentage of forests on the map.- See Also:
- Constant Field Values
-
BONUS_NUMBER
public static final java.lang.String BONUS_NUMBER
Option for setting the percentage of bonus tiles on the map.- See Also:
- Constant Field Values
-
HUMIDITY
public static final java.lang.String HUMIDITY
Option for setting the humidity of the map.- See Also:
- Constant Field Values
-
TEMPERATURE
public static final java.lang.String TEMPERATURE
Option for setting the temperature of the map.- See Also:
- Constant Field Values
-
TEMPERATURE_COLD
public static final int TEMPERATURE_COLD
One of the settings used byTEMPERATURE.- See Also:
- Constant Field Values
-
TEMPERATURE_CHILLY
public static final int TEMPERATURE_CHILLY
One of the settings used byTEMPERATURE.- See Also:
- Constant Field Values
-
TEMPERATURE_TEMPERATE
public static final int TEMPERATURE_TEMPERATE
One of the settings used byTEMPERATURE.- See Also:
- Constant Field Values
-
TEMPERATURE_WARM
public static final int TEMPERATURE_WARM
One of the settings used byTEMPERATURE.- See Also:
- Constant Field Values
-
TEMPERATURE_HOT
public static final int TEMPERATURE_HOT
One of the settings used byTEMPERATURE.- See Also:
- Constant Field Values
-
-