public class ManhattanGenerator extends java.lang.Object implements MapGenerator
Constructor and Description |
---|
ManhattanGenerator(Config config)
Construct a ManhattanGenerator.
|
Modifier and Type | Method and Description |
---|---|
void |
populate(GMLMap gmlMap)
Generate a map.
|
public ManhattanGenerator(Config config)
config
- The configuration to use.public void populate(GMLMap gmlMap)
MapGenerator
populate
in interface MapGenerator
gmlMap
- The map object to populate.