public class ActionRotateBy extends ActionBase
ActionRotate
,
ActionRotateTo
构造器和说明 |
---|
ActionRotateBy() |
限定符和类型 | 方法和说明 |
---|---|
float |
getRotateDegree()
获取旋转角度
|
boolean |
isClockwise()
获取是否顺时针旋转
|
void |
setClockwise(boolean mClockwise)
设置顺时针旋转
|
void |
setRotateDegree(float mRotateDegree)
设置旋转角度
|
equals, getAnimationConfig, getDuration, getId, getStartTime, getTargetId, getType, isStream, setAnimationConfig, setDuration, setId, setIsStream, setStartTime, setTargetId
public boolean isClockwise()
public void setClockwise(boolean mClockwise)
mClockwise
- 是否顺时针旋转public float getRotateDegree()
public void setRotateDegree(float mRotateDegree)
mRotateDegree
- 旋转角度