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 |
---|---|
DelayCallback |
UpdateConfiguration.getDelayCallback() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateConfiguration.setDelay(DelayCallback delayCallback) |
Modifier and Type | Method and Description |
---|---|
DelayCallback |
Animation.getDelayCallback()
Returns the callback to set the delay before starting the animations.
|
Modifier and Type | Method and Description |
---|---|
void |
Animation.setDelay(DelayCallback delayCallback)
Sets the delay before starting the animations by a callback.
|
Modifier and Type | Method and Description |
---|---|
DelayCallback |
IsDefaultBaseAnimation.getDelayCallback()
Returns the callback to set the delay before starting the animations.
|
Modifier and Type | Method and Description |
---|---|
void |
IsAnimation.setDelay(DelayCallback delayCallback)
Sets the delay before starting the animations by a callback.
|