Package worldBuilder
Class FaunaMap
- java.lang.Object
-
- worldBuilder.FaunaMap
-
public class FaunaMap extends java.lang.Object
a class to render the fauna as colored regions
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(java.awt.Graphics g, int width, int height, int cellWidth)
Display the streams and rivers
-
-
-
Constructor Detail
-
FaunaMap
public FaunaMap(Map map, java.lang.String name)
instantiate a river and water-body map renderer- Parameters:
map
- to be renderedname
- only type to be displayed
-
-