Search Results for

    Show / Hide Table of Contents

    Interface ISeriesAnimator

    Defines the interface with methods to animate IPieRenderableSeries.

    Implements
    IAttachable
    Namespace:
    Assembly: .dll
    Syntax
    public interface ISeriesAnimator extends IAttachable

    Methods

    animate(long duration)

    Animates associated series with specified duration.

    Declaration
    public abstract void animate(long duration)
    Parameters
    Type Name Description
    long duration

    The duration of animation in milliseconds.

    animate(long duration, TimeInterpolator interpolator)

    Animates associated series with specified duration.

    Declaration
    public abstract void animate(long duration, TimeInterpolator interpolator)
    Parameters
    Type Name Description
    long duration

    The duration of animation in milliseconds.

    android.animation.TimeInterpolator interpolator

    The interpolator to be used by this animation. A value of null will result in LinearInterpolator

    cancelAnimation()

    Cancels running animation.

    Declaration
    public abstract void cancelAnimation()

    isAnimating()

    Gets the value indicating whether the animation is running.

    Declaration
    public abstract boolean isAnimating()
    Returns
    Type Description
    boolean

    True if animation is running. Otherwise - false.

    Implements

    IAttachable
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml