public final class DefaultChartAnimations extends Object implements IsDefaultAnimations
Constructor and Description |
---|
DefaultChartAnimations(IsDefaultAnimations animations)
Creates the object by animations option element instance.
|
Modifier and Type | Method and Description |
---|---|
IsDefaultAnimationCollection |
get(AnimationCollectionKey collection)
Returns an animation collection instance if stored in the the animation options.
|
boolean |
has(AnimationCollectionKey collection)
Returns
true if an animation collection instance is stored in the the animation options. |
public DefaultChartAnimations(IsDefaultAnimations animations)
animations
- animations option element instance.public boolean has(AnimationCollectionKey collection)
IsDefaultAnimations
true
if an animation collection instance is stored in the the animation options.has
in interface IsDefaultAnimations
collection
- collection instance used to check in the animation optionstrue
if an animation collection instance is stored in the the animation optionspublic IsDefaultAnimationCollection get(AnimationCollectionKey collection)
IsDefaultAnimations
get
in interface IsDefaultAnimations
collection
- collection instance used to get for animation optionsnull
if does not exists