Modifier and Type | Method and Description |
---|---|
static GGKinect.DecorationStyle |
GGKinect.DecorationStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GGKinect.DecorationStyle[] |
GGKinect.DecorationStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GGKinect(java.lang.String dllPath,
java.lang.String title,
int ulx,
int uly,
int width,
int height,
GGKinect.DecorationStyle style)
Creates a abstraction of the Kinect device.
|
GGKinect(java.lang.String dllPath,
java.lang.String title,
int ulx,
int uly,
int width,
int height,
GGKinect.DecorationStyle style,
int audioBufferSize)
Creates a abstraction of the Kinect device.
|