Search Results for

    Show / Hide Table of Contents

    Class PieDonutSeriesSweepAnimator

    Defines a class with methods to animate PieRenderableSeries or DonutRenderableSeries

    Inheritance
    java.lang.Object
    PieDonutSeriesSweepAnimator
    Implements
    renderableSeries.seriesAnimators.ISeriesAnimator
    android.animation.Animator.AnimatorListener
    android.animation.ValueAnimator.AnimatorUpdateListener
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public class PieDonutSeriesSweepAnimator implements renderableSeries.seriesAnimators.ISeriesAnimator, Animator.AnimatorListener, ValueAnimator.AnimatorUpdateListener

    Constructors

    PieDonutSeriesSweepAnimator()

    Create new instance of PieDonutSeriesSweepAnimator class.

    Declaration
    public PieDonutSeriesSweepAnimator()

    Fields

    animator

    Declaration
    protected ValueAnimator animator
    Field Value
    Type Description
    android.animation.ValueAnimator

    series

    Declaration
    protected renderableSeries.IPieRenderableSeries series
    Field Value
    Type Description
    renderableSeries.IPieRenderableSeries

    Methods

    animate(long duration)

    Animates associated series with specified duration.

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

    animate(long duration, TimeInterpolator interpolator)

    Animates associated series with specified duration.

    Declaration
    public void animate(long duration, TimeInterpolator interpolator)
    Parameters
    Type Name Description
    long duration
    android.animation.TimeInterpolator interpolator

    attachTo(IServiceContainer services)

    Declaration
    public void attachTo(IServiceContainer services)
    Parameters
    Type Name Description
    IServiceContainer services

    cancelAnimation()

    Cancels running animation.

    Declaration
    public void cancelAnimation()

    detach()

    Declaration
    public void detach()

    isAnimating()

    Gets the value indicating whether the animation is running.

    Declaration
    public final boolean isAnimating()
    Returns
    Type Description
    boolean

    isAttached()

    Declaration
    public final boolean isAttached()
    Returns
    Type Description
    boolean

    onAnimationCancel(Animator animation)

    Declaration
    public void onAnimationCancel(Animator animation)
    Parameters
    Type Name Description
    android.animation.Animator animation

    onAnimationEnd(Animator animation)

    Declaration
    public void onAnimationEnd(Animator animation)
    Parameters
    Type Name Description
    android.animation.Animator animation

    onAnimationRepeat(Animator animation)

    Declaration
    public void onAnimationRepeat(Animator animation)
    Parameters
    Type Name Description
    android.animation.Animator animation

    onAnimationStart(Animator animation)

    Declaration
    public void onAnimationStart(Animator animation)
    Parameters
    Type Name Description
    android.animation.Animator animation

    onAnimationUpdate(ValueAnimator animation)

    Declaration
    public void onAnimationUpdate(ValueAnimator animation)
    Parameters
    Type Name Description
    android.animation.ValueAnimator animation

    Implements

    ISeriesAnimator
    android.animation.Animator.AnimatorListener
    android.animation.ValueAnimator.AnimatorUpdateListener
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml