com.jme3.terrain.heightmap
Interface Namer


public interface Namer


Method Summary
 java.lang.String getName(int x, int y)
          Gets a name for a heightmap tile given it's cell id
 

Method Detail

getName

java.lang.String getName(int x,
                         int y)
Gets a name for a heightmap tile given it's cell id

Parameters:
x -
y -
Returns: