C# 클래스 NetworkVis.Animator

파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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.

메소드 상세

AnimateDouble() 공개 정적인 메소드

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
리턴 System.Windows.Media.Animation.AnimationClock

AnimatePenner() 공개 정적인 메소드

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
리턴 System.Windows.Media.Animation.AnimationClock

AnimatePenner() 공개 정적인 메소드

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
리턴 System.Windows.Media.Animation.AnimationClock