public class ActionRotate
extends com.aliyun.svideosdk.common.struct.effect.ActionRotateBase
ActionRotateTo
,
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
构造器和说明 |
---|
ActionRotate() |
限定符和类型 | 方法和说明 |
---|---|
float |
getDurationPerCircle() |
boolean |
isClockwise() |
boolean |
isRepeat()
获取是否重复播放
|
void |
setClockwise(boolean mClockwise)
设置顺时针
|
void |
setDurationPerCircle(float mDurationPerCircleUs)
设置旋转一圈的时间
|
void |
setRepeat(boolean mRepeat)
设置是否重复播放
|
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 boolean isRepeat()
public void setRepeat(boolean mRepeat)
mRepeat
- public float getDurationPerCircle()
public void setDurationPerCircle(float mDurationPerCircleUs)
mDurationPerCircleUs
- 单位:微秒