C# Class NetworkVis.Animator

Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat System.Windows.Media.Animation.AnimationClock

AnimatePenner() public static méthode

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
Résultat System.Windows.Media.Animation.AnimationClock

AnimatePenner() public static méthode

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
Résultat System.Windows.Media.Animation.AnimationClock