Uses of Class
hmi.faceanimation.util.XfaceInterface.State

Packages that use XfaceInterface.State
hmi.faceanimation.util   
 

Uses of XfaceInterface.State in hmi.faceanimation.util
 

Fields in hmi.faceanimation.util declared as XfaceInterface.State
private  XfaceInterface.State XfaceInterface.state
           
 

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

Methods in hmi.faceanimation.util with parameters of type XfaceInterface.State
private  void XfaceInterface.setState(XfaceInterface.State state)