Class HeightMapDumper


  • public class HeightMapDumper
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.image.BufferedImage drawHeightMap​(int z)  
      void load​(KeyProvider keyProvider)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HeightMapDumper

        public HeightMapDumper​(Store store)
    • Method Detail

      • load

        public void load​(KeyProvider keyProvider)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • drawHeightMap

        public java.awt.image.BufferedImage drawHeightMap​(int z)