Interface IsDefaultAnimations
-
- All Known Subinterfaces:
IsAnimations
- All Known Implementing Classes:
Animations
,Animations
,DefaultAnimations
,DefaultChartAnimations
,UpdateConfiguration
public interface IsDefaultAnimations
Interface to define animations for animation element properties defaults, ANIMATIONS name space.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IsDefaultAnimationCollection
get(AnimationCollectionKey collection)
Returns an animation collection instance if stored in the animation options.boolean
has(AnimationCollectionKey collection)
Returnstrue
if an animation collection instance is stored in the animation options.
-
-
-
Method Detail
-
has
boolean has(AnimationCollectionKey collection)
Returnstrue
if an animation collection instance is stored in the animation options.- Parameters:
collection
- collection instance used to check in the animation options- Returns:
true
if an animation collection instance is stored in the animation options
-
get
IsDefaultAnimationCollection get(AnimationCollectionKey collection)
Returns an animation collection instance if stored in the animation options.- Parameters:
collection
- collection instance used to get for animation options- Returns:
- an animation collection instance or
null
if does not exists
-
-