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.options |
Contains all elements to configure charts at global level (know as chart global options).
|
Modifier and Type | Method and Description |
---|---|
AnimationCollection |
UpdateConfiguration.create(AnimationCollectionKey collection)
Creates an animation collection instance and stores in the the animation options.
|
AnimationCollection |
UpdateConfiguration.get(AnimationCollectionKey collection)
Returns an animation collection instance if stored in the the animation options.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateConfiguration.set(AnimationCollectionKey collection,
AnimationCollection animationCollection)
Sets an animation collection instance to store in the animation options.
|
Modifier and Type | Method and Description |
---|---|
AnimationCollection |
Animations.create(AnimationCollectionKey collection)
Creates an animation collection instance and stores in the the animation options.
|
AnimationCollection |
Animations.get(AnimationCollectionKey collection)
Returns an animation collection instance if stored in the the animation options.
|
Modifier and Type | Method and Description |
---|---|
void |
Animations.set(AnimationCollectionKey collection,
AnimationCollection animationCollection)
Sets an animation collection instance to store in the animation options.
|
Modifier and Type | Method and Description |
---|---|
AnimationCollection |
Animations.create(AnimationCollectionKey collection)
Creates an animation collection instance and stores in the the animation options.
|
AnimationCollection |
IsAnimations.create(AnimationCollectionKey collection)
Creates an animation collection instance and stores in the the animation options.
|
AnimationCollection |
Animations.get(AnimationCollectionKey collection)
Returns an animation collection instance if stored in the the animation options.
|
AnimationCollection |
IsAnimations.get(AnimationCollectionKey collection)
Returns an animation collection instance if stored in the the animation options.
|
Modifier and Type | Method and Description |
---|---|
void |
Animations.set(AnimationCollectionKey collection,
AnimationCollection animationCollection)
Sets an animation collection instance to store in the animation options.
|
void |
IsAnimations.set(AnimationCollectionKey collection,
AnimationCollection animationCollection)
Sets an animation collection instance to store in the animation options.
|