C# 클래스 android.view.animation.RotateAnimation

상속: android.view.animation.Animation
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
RotateAnimation ( android arg0, android arg1 )
RotateAnimation ( float arg0, float arg1 )
RotateAnimation ( float arg0, float arg1, float arg2, float arg3 )
RotateAnimation ( float arg0, float arg1, int arg2, float arg3, int arg4, float arg5 )
initialize ( int arg0, int arg1, int arg2, int arg3 ) : void

보호된 메소드들

메소드 설명
RotateAnimation ( global @__env )
applyTransformation ( float arg0, android arg1 ) : void

비공개 메소드들

메소드 설명
RotateAnimation ( )

메소드 상세

RotateAnimation() 공개 메소드

public RotateAnimation ( android arg0, android arg1 )
arg0 android
arg1 android

RotateAnimation() 공개 메소드

public RotateAnimation ( float arg0, float arg1 )
arg0 float
arg1 float

RotateAnimation() 공개 메소드

public RotateAnimation ( float arg0, float arg1, float arg2, float arg3 )
arg0 float
arg1 float
arg2 float
arg3 float

RotateAnimation() 공개 메소드

public RotateAnimation ( float arg0, float arg1, int arg2, float arg3, int arg4, float arg5 )
arg0 float
arg1 float
arg2 int
arg3 float
arg4 int
arg5 float

RotateAnimation() 보호된 메소드

protected RotateAnimation ( global @__env )
@__env global

applyTransformation() 보호된 메소드

protected applyTransformation ( float arg0, android arg1 ) : void
arg0 float
arg1 android
리턴 void

initialize() 공개 메소드

public initialize ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
리턴 void