civquest
Class ClimateGenerator

java.lang.Object
  extended bycivquest.ClimateGenerator
All Implemented Interfaces:
VegetationGenerator

public class ClimateGenerator
extends java.lang.Object
implements VegetationGenerator


Field Summary
protected  int bands
           
protected  int eqTemp
           
protected  int height
           
protected  VegetationData land
           
protected  MapData mapData
           
protected  int mapType
           
protected  VegetationData ocean
           
protected  int polTemp
           
protected  Registry registry
           
protected  java.lang.String ruleset
           
protected  int streams
           
protected  int width
           
 
Constructor Summary
ClimateGenerator(int mapType, Registry registry)
           
 
Method Summary
 void generate(MapData mapData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapData

protected MapData mapData

ruleset

protected java.lang.String ruleset

registry

protected Registry registry

height

protected int height

width

protected int width

mapType

protected int mapType

land

protected VegetationData land

ocean

protected VegetationData ocean

streams

protected int streams

eqTemp

protected int eqTemp

polTemp

protected int polTemp

bands

protected int bands
Constructor Detail

ClimateGenerator

public ClimateGenerator(int mapType,
                        Registry registry)
Method Detail

generate

public void generate(MapData mapData)
Specified by:
generate in interface VegetationGenerator