Class Animations

  • All Implemented Interfaces:
    IsDefaultAnimations, IsAnimations

    public final class Animations
    extends AbstractNode
    implements IsAnimations
    It animates charts out of the box.
    A number of options are provided to configure how the animation looks and how long it takes.
    This configuration item is configuring the common animations properties, ANIMATIONS name space.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • setEnabled

        public void setEnabled​(Key collection,
                               boolean enabled)
        Enables or disables an animation collection instance in the animation options.
        Specified by:
        setEnabled in interface IsAnimations
        Parameters:
        collection - collection instance used to check in the animation options
        enabled - if true it enables an animation collection
      • isEnabled

        public boolean isEnabled​(Key collection)
        Returns true if the animation collection is enabled, otherwise false.
        Specified by:
        isEnabled in interface IsAnimations
        Parameters:
        collection - collection instance used to check in the animation options
        Returns:
        true if the animation collection is enabled, otherwise false
      • contains

        public boolean contains​(Key collection)
        Returns true if an animation collection instance is stored in the animation options.
        Specified by:
        contains in interface IsDefaultAnimations
        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

        public AnimationCollection get​(Key collection)
        Returns an animation collection instance if stored in the animation options.
        Specified by:
        get in interface IsAnimations
        Specified by:
        get in interface IsDefaultAnimations
        Parameters:
        collection - collection instance used to get for animation options
        Returns:
        an animation collection instance or null if does not exists
      • set

        public void set​(Key collection,
                        AnimationCollection animationCollection)
        Sets an animation collection instance to store in the animation options.
        Specified by:
        set in interface IsAnimations
        Parameters:
        collection - collection instance used to get for animation options
        animationCollection - an animation collection instance to set
      • create

        public AnimationCollection create​(Key collection)
        Creates an animation collection instance and stores in the animation options.
        Specified by:
        create in interface IsAnimations
        Parameters:
        collection - collection key used to create the animation collections
        Returns:
        a collection animation options
      • delete

        public void delete​(Key collection)
        Removes an animation collection previously added.
        Specified by:
        delete in interface IsAnimations
        Parameters:
        collection - collection instance used to remove from animation options