Uses of Class
sky.monome.behavior.DynamicBehavior.DynamicBehaviorType

Packages that use DynamicBehavior.DynamicBehaviorType
sky.monome.behavior Package of all behaviors. 
 

Uses of DynamicBehavior.DynamicBehaviorType in sky.monome.behavior
 

Fields in sky.monome.behavior declared as DynamicBehavior.DynamicBehaviorType
protected  DynamicBehavior.DynamicBehaviorType DynamicBehavior.dynamicBehaviorType
          Type of dynamicity.
 

Methods in sky.monome.behavior that return DynamicBehavior.DynamicBehaviorType
static DynamicBehavior.DynamicBehaviorType DynamicBehavior.DynamicBehaviorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DynamicBehavior.DynamicBehaviorType[] DynamicBehavior.DynamicBehaviorType.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 DynamicBehavior.DynamicBehaviorType
DynamicBehavior(DynamicBehavior.DynamicBehaviorType dynamicBehaviorType)
          Constructs a dynamic behavior with the specified type of dynamicity.