JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
maps.gml.generator
Interface MapGenerator
All Known Implementing Classes:
ManhattanGenerator
public interface
MapGenerator
Top-level interface for map generation strategies.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
populate
(
GMLMap
map)
Generate a map.
Method Detail
populate
void populate(
GMLMap
map)
Generate a map.
Parameters:
map
- The map object to populate.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method