| Package | Description |
|---|---|
| io.gitlab.mguimard.openrgb.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceType |
OpenRGBDevice.getType() |
static DeviceType |
DeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
DeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenRGBDevice.setType(DeviceType type) |
| Constructor and Description |
|---|
OpenRGBDevice(DeviceType type,
String name,
String vendor,
String desc,
String version,
String serial,
String location,
int activeMode,
List<OpenRGBLed> leds,
List<OpenRGBColor> colors,
List<OpenRGBMode> modes,
List<OpenRGBZone> zones)
Constructor with all fields
|
Copyright © 2021. All rights reserved.