public class GMLMapGenerator
extends java.lang.Object
| Constructor and Description |
|---|
GMLMapGenerator(Config config)
Construct a GMLMapGenerator.
|
| Modifier and Type | Method and Description |
|---|---|
GMLMap |
generateMap()
Generate a new map.
|
static void |
main(java.lang.String[] args)
Entry point.
|
public GMLMapGenerator(Config config)
config - The configuration to use.public static void main(java.lang.String[] args)
args - Command line arguments.public GMLMap generateMap()