Modifier and Type | Method | Description |
---|---|---|
DynamicStyle |
DynamicStyle._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
DynamicStyle |
Desktop.getDynamicStyle() |
Desktop picture dynamic style.
|
static DynamicStyle |
DynamicStyle.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DynamicStyle[] |
DynamicStyle.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<DynamicStyle> |
DynamicStyle._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
Desktop.setDynamicStyle(DynamicStyle dynamicStyle) |
Desktop picture dynamic style.
|