Uses of Class
sky.monome.Monome.MonomeSize

Packages that use Monome.MonomeSize
sky.monome Main package of SkyMonome library. 
 

Uses of Monome.MonomeSize in sky.monome
 

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

Constructors in sky.monome with parameters of type Monome.MonomeSize
Monome(java.lang.String name, Monome.MonomeSize monomeSize, java.lang.String address, java.lang.String prefix, int portInNumber, int portOutNumber)
          Constructs a logical Monome device with specified name, size, network addressing and prefix.