Uses of Class
hmi.facegraphics.deformers.EaseFalloff.Method

Packages that use EaseFalloff.Method
hmi.facegraphics.deformers Mesh deformations. 
 

Uses of EaseFalloff.Method in hmi.facegraphics.deformers
 

Fields in hmi.facegraphics.deformers declared as EaseFalloff.Method
private static EaseFalloff.Method EaseFalloff.method
           
 

Methods in hmi.facegraphics.deformers that return EaseFalloff.Method
static EaseFalloff.Method EaseFalloff.Method.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EaseFalloff.Method[] EaseFalloff.Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hmi.facegraphics.deformers with parameters of type EaseFalloff.Method
static void EaseFalloff.setMethod(EaseFalloff.Method method)