Uses of Interface
com.jme3.terrain.heightmap.HeightMapGrid

Packages that use HeightMapGrid
com.jme3.terrain.geomipmap   
com.jme3.terrain.heightmap   
 

Uses of HeightMapGrid in com.jme3.terrain.geomipmap
 

Fields in com.jme3.terrain.geomipmap declared as HeightMapGrid
protected  HeightMapGrid TerrainGrid.heightMapGrid
           
 

Constructors in com.jme3.terrain.geomipmap with parameters of type HeightMapGrid
TerrainGrid(java.lang.String name, int patchSize, int maxVisibleSize, HeightMapGrid heightMapGrid)
          Deprecated. 
TerrainGrid(java.lang.String name, int patchSize, int maxVisibleSize, Vector3f scale, HeightMapGrid heightMapGrid)
          Deprecated. 
TerrainGrid(java.lang.String name, int patchSize, int maxVisibleSize, Vector3f scale, HeightMapGrid heightMapGrid, Vector2f offset, float offsetAmount)
          Deprecated. 
 

Uses of HeightMapGrid in com.jme3.terrain.heightmap
 

Classes in com.jme3.terrain.heightmap that implement HeightMapGrid
 class ImageBasedHeightMapGrid
          Deprecated.