Package | Description |
---|---|
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 |
---|---|
AnimationTransition |
Transitions.create(TransitionKey transition)
Creates an animation transition instance and stores in the the animation options.
|
AnimationTransition |
Transitions.get(TransitionKey transition)
Returns an animation transition instance if stored in the the animation options.
|
Modifier and Type | Method and Description |
---|---|
void |
Transitions.set(TransitionKey transition,
AnimationTransition animationTransition)
Sets an animation transition instance to store in the animation options.
|
Modifier and Type | Class and Description |
---|---|
class |
AnimationContainer
Manages the ANIMATION, ANIMATIONS and TRANSITIONS properties of options in order to use the same logic among all options/configuration and datasets.
|
Modifier and Type | Method and Description |
---|---|
AnimationTransition |
Transitions.create(TransitionKey transition)
Creates an animation transition instance and stores in the the animation options.
|
AnimationTransition |
IsTransitions.create(TransitionKey transition)
Creates an animation transition instance and stores in the animation options.
|
AnimationTransition |
Transitions.get(TransitionKey transition)
Returns an animation transition instance if stored in the the animation options.
|
AnimationTransition |
IsTransitions.get(TransitionKey transition)
Returns an animation transition instance if stored in the animation options.
|
Modifier and Type | Method and Description |
---|---|
void |
Transitions.set(TransitionKey transition,
AnimationTransition animationTransition)
Sets an animation transition instance to store in the animation options.
|
void |
IsTransitions.set(TransitionKey transition,
AnimationTransition animationTransition)
Sets an animation transition instance to store in the animation options.
|