Package worldBuilder
Class SoilMap
- java.lang.Object
-
- worldBuilder.SoilMap
-
public class SoilMap extends java.lang.Object
a class to render the MeshPoint soil types in shades of yellow-to-blue
-
-
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 altitude map
-
-
-
Constructor Detail
-
SoilMap
public SoilMap(Map map)
instantiate a soil map generator- Parameters:
map
- to be displayed
-
-