Package worldBuilder
Class ErodeMap
- java.lang.Object
-
- worldBuilder.ErodeMap
-
public class ErodeMap extends java.lang.Object
a class to render world mesh erosion and deposition coloration: shades of violet for erosion, yellow for deposition.
-
-
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)
Render current mesh as an erosion/deposition map
-
-
-
Constructor Detail
-
ErodeMap
public ErodeMap(Map map)
instantiate an erosion/deposition map renderer- Parameters:
map
- to be rendered
-
-