Uses of Class
com.jme3.water.WaterFilter.AreaShape

Packages that use WaterFilter.AreaShape
com.jme3.water   
 

Uses of WaterFilter.AreaShape in com.jme3.water
 

Methods in com.jme3.water that return WaterFilter.AreaShape
 WaterFilter.AreaShape WaterFilter.getShapeType()
          returns the shape of the water area
static WaterFilter.AreaShape WaterFilter.AreaShape.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WaterFilter.AreaShape[] WaterFilter.AreaShape.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.water with parameters of type WaterFilter.AreaShape
 void WaterFilter.setShapeType(WaterFilter.AreaShape shapeType)
          Set the shape of the water area (Circular (default) or Square).