Uses of Class
sky.monome.behavior.PassiveBehavior.PassivityType

Packages that use PassiveBehavior.PassivityType
sky.monome.behavior Package of all behaviors. 
 

Uses of PassiveBehavior.PassivityType in sky.monome.behavior
 

Fields in sky.monome.behavior declared as PassiveBehavior.PassivityType
protected  PassiveBehavior.PassivityType PassiveBehavior.passivityType
          Type of passivity used by this passive behavior.
 

Methods in sky.monome.behavior that return PassiveBehavior.PassivityType
static PassiveBehavior.PassivityType PassiveBehavior.PassivityType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PassiveBehavior.PassivityType[] PassiveBehavior.PassivityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in sky.monome.behavior with parameters of type PassiveBehavior.PassivityType
PassiveBehavior(PassiveBehavior.PassivityType passivityType)
          Constructs a passive behavior with the specified type.