| Package | Description | 
|---|---|
| org.pepstock.charba.client | 
 Main package with all charts implementation, global classes and common interfaces. 
 | 
| org.pepstock.charba.client.configuration | 
 Contains all elements to configure a chart instance (know as chart options at instance level). 
 | 
| org.pepstock.charba.client.defaults | 
 Contains all interfaces need to provide defaults values of the chart options. 
 | 
| org.pepstock.charba.client.options | 
 Contains all elements to configure charts at global level (know as chart global options). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DurationCallback | 
UpdateConfiguration.getDurationCallback()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UpdateConfiguration.setDuration(DurationCallback durationCallback)  | 
| Modifier and Type | Method and Description | 
|---|---|
DurationCallback | 
Animation.getDurationCallback()
Returns the callback to set the number of milliseconds an animation takes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Animation.setDuration(DurationCallback durationCallback)
Sets the number of milliseconds an animation takes by a callback. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DurationCallback | 
IsDefaultBaseAnimation.getDurationCallback()
Returns the callback to set the number of milliseconds an animation takes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IsAnimation.setDuration(DurationCallback durationCallback)
Sets the number of milliseconds an animation takes by a callback. 
 |