Package | Description |
---|---|
org.pepstock.charba.client.enums |
Contains all enumerations of some chart options where only a specific set of values can be set.
|
Modifier and Type | Method and Description |
---|---|
static DefaultTransitionKey |
DefaultTransitionKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultTransitionKey[] |
DefaultTransitionKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|