| Package | Description |
|---|---|
| org.pepstock.charba.client | |
| org.pepstock.charba.client.defaults.global | |
| org.pepstock.charba.client.enums | |
| org.pepstock.charba.client.items | |
| org.pepstock.charba.client.options |
| Modifier and Type | Method and Description |
|---|---|
Easing |
UpdateConfiguration.getEasing()
Returns the animation easing function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateConfiguration.setEasing(Easing easing)
Sets the animation easing function.
|
| Modifier and Type | Method and Description |
|---|---|
Easing |
Animation.getEasing()
Returns the animation easing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.setEasing(Easing easing)
Sets the animation easing.
|
| Modifier and Type | Method and Description |
|---|---|
static Easing |
Easing.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Easing[] |
Easing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Easing |
AnimationItem.getEasing()
Returns the animation easing to use.
|
| Modifier and Type | Method and Description |
|---|---|
Easing |
Animation.getEasing()
Returns the animation easing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.setEasing(Easing easing)
Sets the animation easing.
|