Uses of Interface
jme.locale.external.feature.Water

Packages that use Water
jme.locale.external.feature   
jme.world   
 

Uses of Water in jme.locale.external.feature
 

Classes in jme.locale.external.feature that implement Water
 class WaterMesh
          WaterMesh creates a mesh that represents water height values.
 class WaterPlane
          WaterPlane implements the Water interface and defines a water feature to be used with Terrain levels.
 

Uses of Water in jme.world
 

Methods in jme.world with parameters of type Water
 void World.setWater(Water water)
          setWater sets the water representation of the terrain.