Package worldBuilder
Class FloraMap
- java.lang.Object
-
- worldBuilder.FloraMap
-
public class FloraMap extends java.lang.Object
a class to render the flora 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
-
FloraMap
public FloraMap(Map map)
instantiate a river and water-body map renderer- Parameters:
map
- to be rendered
-
-