C# Class NetworkVis.Animator

Mostra file Open project: 2014-sed-team3/term-project

Public Methods

Method Description
AnimateDouble ( DependencyObject element, DependencyProperty prop, double from, double to, int durationMS, double accel, double decel, EventHandler callbackFunc, EventHandler durationFunc ) : System.Windows.Media.Animation.AnimationClock
AnimatePenner ( DependencyObject element, DependencyProperty prop, Tween type, double from, double to, int durationMS, EventHandler callbackFunc, EventHandler durationFunc ) : System.Windows.Media.Animation.AnimationClock
AnimatePenner ( DependencyObject element, DependencyProperty prop, Tween type, double to, int durationMS, EventHandler callbackFunc, EventHandler durationFunc ) : System.Windows.Media.Animation.AnimationClock

Private Methods

Method Description
Animate ( DependencyObject animatable, DependencyProperty prop, System.Windows.Media.Animation.AnimationTimeline anim, int duration, double accel, double decel, EventHandler func, EventHandler durationfunc ) : System.Windows.Media.Animation.AnimationClock

Method to configure and start an animation.

Method Details

AnimateDouble() public static method

public static AnimateDouble ( DependencyObject element, DependencyProperty prop, double from, double to, int durationMS, double accel, double decel, EventHandler callbackFunc, EventHandler durationFunc ) : System.Windows.Media.Animation.AnimationClock
element System.Windows.DependencyObject
prop System.Windows.DependencyProperty
from double
to double
durationMS int
accel double
decel double
callbackFunc EventHandler
durationFunc EventHandler
return System.Windows.Media.Animation.AnimationClock

AnimatePenner() public static method

public static AnimatePenner ( DependencyObject element, DependencyProperty prop, Tween type, double from, double to, int durationMS, EventHandler callbackFunc, EventHandler durationFunc ) : System.Windows.Media.Animation.AnimationClock
element System.Windows.DependencyObject
prop System.Windows.DependencyProperty
type Tween
from double
to double
durationMS int
callbackFunc EventHandler
durationFunc EventHandler
return System.Windows.Media.Animation.AnimationClock

AnimatePenner() public static method

public static AnimatePenner ( DependencyObject element, DependencyProperty prop, Tween type, double to, int durationMS, EventHandler callbackFunc, EventHandler durationFunc ) : System.Windows.Media.Animation.AnimationClock
element System.Windows.DependencyObject
prop System.Windows.DependencyProperty
type Tween
to double
durationMS int
callbackFunc EventHandler
durationFunc EventHandler
return System.Windows.Media.Animation.AnimationClock