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()
Gets the angle in the beginning.
|
float |
getRotateToDegree()
Gets the angle in the end.
|
boolean |
isClockwise()
Gets whether this rotation is clockwise.
|
void |
setClockwise(boolean mClockwise)
Sets the direction of this rotation.
|
void |
setFromDegree(float mFromDegree)
Sets the angle in the beginning.
|
void |
setRotateToDegree(float mRotateToDegree)
Sets the angle in the end.
|
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
- Whether this rotation is clockwise.public float getFromDegree()
public void setFromDegree(float mFromDegree)
mFromDegree
- The angle in the beginning.public float getRotateToDegree()
public void setRotateToDegree(float mRotateToDegree)
mRotateToDegree
- The angle in the end.