| 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 | 
|---|---|
LoopCallback | 
UpdateConfiguration.getLoopCallback()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UpdateConfiguration.setLoop(LoopCallback loopCallback)  | 
| Modifier and Type | Method and Description | 
|---|---|
LoopCallback | 
Animation.getLoopCallback()
Returns the callback to loop the animations endlessly. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Animation.setLoop(LoopCallback loopCallback)
Sets to loop the animations endlessly by a callback. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LoopCallback | 
IsDefaultBaseAnimation.getLoopCallback()
Returns the callback to loop the animations endlessly. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IsAnimation.setLoop(LoopCallback loopCallback)
Sets to loop the animations endlessly by a callback. 
 |