Uses of Class
sky.monome.behavior.LightOnPush.LightOnPushType

Packages that use LightOnPush.LightOnPushType
sky.monome.behavior Package of all behaviors. 
 

Uses of LightOnPush.LightOnPushType in sky.monome.behavior
 

Fields in sky.monome.behavior declared as LightOnPush.LightOnPushType
protected  LightOnPush.LightOnPushType LightOnPush.pushAndLightType
          Type of behavior.
 

Methods in sky.monome.behavior that return LightOnPush.LightOnPushType
static LightOnPush.LightOnPushType LightOnPush.LightOnPushType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LightOnPush.LightOnPushType[] LightOnPush.LightOnPushType.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 LightOnPush.LightOnPushType
LightOnPush(LightOnPush.LightOnPushType pushAndLightType)
          Constructs a "light on push" behavior with the specified type.