C# 클래스 Lousy.Mon.AbstractAnimator

상속: IAnimator
파일 보기 프로젝트 열기: ThatLousyGuy/Monolith

보호된 프로퍼티들

프로퍼티 타입 설명
_animation Windows.UI.Xaml.Media.Animation.Timeline
_duration Duration
_durationDefined bool
_ease Windows.UI.Xaml.Media.Animation.EasingFunctionBase
_elem Windows.UI.Xaml.UIElement
_eventToken EventToken
_fromDefined bool
_reverse bool
_storyboard Windows.UI.Xaml.Media.Animation.Storyboard
_toDefined bool

공개 메소드들

메소드 설명
AbstractAnimator ( UIElement elem ) : System
After ( EventToken token ) : EventToken

Executes the animation after the animation represented by the specified token.

After ( EventToken token, double duration, OrSo timeType ) : EventToken

Executes the animation after a specified duration after the animation represented by the specified token.

After ( double duration, OrSo timeType ) : EventToken

Executes the animation after a specified duration.

AndReverseIt ( ) : IAnimator

Sets whether to reverse the animation.

For ( double duration, OrSo timeType ) : IAnimator

Sets the duration of the animation.

Now ( ) : EventToken

Executes the animation immediately.

With ( EasingFunctionBase ease ) : IAnimator

Sets the easing function to use for the animation. Easing function objects can be reused between animations.

보호된 메소드들

메소드 설명
ApplyAnimationParams ( Timeline animation ) : void
CreateAnimation ( ) : Timeline
CreateStoryboard ( ) : void
GetTimeSpan ( double duration, OrSo timeType ) : System.TimeSpan

메소드 상세

AbstractAnimator() 공개 메소드

public AbstractAnimator ( UIElement elem ) : System
elem Windows.UI.Xaml.UIElement
리턴 System

After() 공개 메소드

Executes the animation after the animation represented by the specified token.
public After ( EventToken token ) : EventToken
token EventToken
리턴 EventToken

After() 공개 메소드

Executes the animation after a specified duration after the animation represented by the specified token.
public After ( EventToken token, double duration, OrSo timeType ) : EventToken
token EventToken
duration double
timeType OrSo
리턴 EventToken

After() 공개 메소드

Executes the animation after a specified duration.
public After ( double duration, OrSo timeType ) : EventToken
duration double
timeType OrSo
리턴 EventToken

AndReverseIt() 공개 메소드

Sets whether to reverse the animation.
public AndReverseIt ( ) : IAnimator
리턴 IAnimator

ApplyAnimationParams() 보호된 추상적인 메소드

protected abstract ApplyAnimationParams ( Timeline animation ) : void
animation Windows.UI.Xaml.Media.Animation.Timeline
리턴 void

CreateAnimation() 보호된 추상적인 메소드

protected abstract CreateAnimation ( ) : Timeline
리턴 Windows.UI.Xaml.Media.Animation.Timeline

CreateStoryboard() 보호된 메소드

protected CreateStoryboard ( ) : void
리턴 void

For() 공개 메소드

Sets the duration of the animation.
public For ( double duration, OrSo timeType ) : IAnimator
duration double
timeType OrSo
리턴 IAnimator

GetTimeSpan() 보호된 메소드

protected GetTimeSpan ( double duration, OrSo timeType ) : System.TimeSpan
duration double
timeType OrSo
리턴 System.TimeSpan

Now() 공개 메소드

Executes the animation immediately.
public Now ( ) : EventToken
리턴 EventToken

With() 공개 메소드

Sets the easing function to use for the animation. Easing function objects can be reused between animations.
public With ( EasingFunctionBase ease ) : IAnimator
ease Windows.UI.Xaml.Media.Animation.EasingFunctionBase
리턴 IAnimator

프로퍼티 상세

_animation 보호되어 있는 프로퍼티

protected Timeline,Windows.UI.Xaml.Media.Animation _animation
리턴 Windows.UI.Xaml.Media.Animation.Timeline

_duration 보호되어 있는 프로퍼티

protected Duration _duration
리턴 Duration

_durationDefined 보호되어 있는 프로퍼티

protected bool _durationDefined
리턴 bool

_ease 보호되어 있는 프로퍼티

protected EasingFunctionBase,Windows.UI.Xaml.Media.Animation _ease
리턴 Windows.UI.Xaml.Media.Animation.EasingFunctionBase

_elem 보호되어 있는 프로퍼티

protected UIElement,Windows.UI.Xaml _elem
리턴 Windows.UI.Xaml.UIElement

_eventToken 보호되어 있는 프로퍼티

protected EventToken,Lousy.Mon _eventToken
리턴 EventToken

_fromDefined 보호되어 있는 프로퍼티

protected bool _fromDefined
리턴 bool

_reverse 보호되어 있는 프로퍼티

protected bool _reverse
리턴 bool

_storyboard 보호되어 있는 프로퍼티

protected Storyboard,Windows.UI.Xaml.Media.Animation _storyboard
리턴 Windows.UI.Xaml.Media.Animation.Storyboard

_toDefined 보호되어 있는 프로퍼티

protected bool _toDefined
리턴 bool