public class ActionRotateTo
extends com.aliyun.svideosdk.common.struct.effect.ActionRotateBase
ActionRotate
,
ActionRotateBy
FRAME_ANIMATION_TYPE_FADE, FRAME_ANIMATION_TYPE_LINEAR_WIPE, FRAME_ANIMATION_TYPE_ROTATE_BY, FRAME_ANIMATION_TYPE_ROTATE_REPEAT, FRAME_ANIMATION_TYPE_ROTATE_TO, FRAME_ANIMATION_TYPE_SCALE, FRAME_ANIMATION_TYPE_TRANSLATE, mAlpha, mAnimationConfig, mCenterCoordinateSys, mCenterX, mCenterY, mClockwise, mDirection, mDuration, mDurationPerCircle, mFromAlpha, mFromDegree, mFromPointX, mFromPointY, mFromScale, mId, mIsStream, mRepeat, mRotateDegree, mRotateToDegree, mScaleAnchorBaseScale, mScaleAnchorEnable, mScaleAnchorX, mScaleAnchorY, mStartTime, mTargetId, mToAlpha, mToPointX, mToPointY, mToScale, mType, mWipeMode
构造器和说明 |
---|
ActionRotateTo() |
限定符和类型 | 方法和说明 |
---|---|
float |
getFromDegree()
获取起点的角度
|
float |
getRotateToDegree()
获取终点的角度
|
boolean |
isClockwise()
获取是否顺时针旋转
|
void |
setClockwise(boolean mClockwise)
设置是否顺时针旋转
|
void |
setFromDegree(float mFromDegree)
起点角度
|
void |
setRotateToDegree(float mRotateToDegree)
终点角度
|
setCenterCoordinateSys, setCenterX, setCenterY
equals, getAnimationConfig, getDuration, getId, getStartTime, getTargetId, getType, isStream, setAnimationConfig, setDuration, setId, setIsStream, setStartTime, setTargetId, setType
public boolean isClockwise()
public void setClockwise(boolean mClockwise)
mClockwise
- 是否顺时针旋转public float getFromDegree()
public void setFromDegree(float mFromDegree)
mFromDegree
- 弧度值public float getRotateToDegree()
public void setRotateToDegree(float mRotateToDegree)
mRotateToDegree
- 弧度值