public class ActionTranslate extends ActionBase
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, mClockwise, mDirection, mDuration, mDurationPerCircle, mFromAlpha, mFromDegree, mFromPointX, mFromPointY, mFromScale, mId, mIsStream, mRepeat, mRotateDegree, mRotateToDegree, mStartTime, mTargetId, mToAlpha, mToPointX, mToPointY, mToScale, mType, mWipeMode
构造器和说明 |
---|
ActionTranslate() |
限定符和类型 | 方法和说明 |
---|---|
float |
getFromPointX()
Gets the x coordinate of the start point of the motion.
|
float |
getFromPointY()
Gets the y coordinate of the start point of the motion.
|
float |
getToPointX()
Gets the x coordinate of the end point of the motion.
|
float |
getToPointY()
Gets the y coordinate of the end point of the motion.
|
void |
setFromPointX(float mFromPointX)
Sets the x coordinate of the start point.
|
void |
setFromPointY(float mFromPointY)
Sets the y coordinate of the start point.
|
void |
setToPointX(float mToPointX)
Sets the x coordinate of the end point.
|
void |
setToPointY(float mToPointY)
Sets the y coordinate of the end point.
|
equals, getAnimationConfig, getDuration, getId, getStartTime, getTargetId, getType, isStream, setAnimationConfig, setDuration, setId, setIsStream, setStartTime, setTargetId, setType
public float getFromPointX()
public void setFromPointX(float mFromPointX)
mFromPointX
- public float getFromPointY()
public void setFromPointY(float mFromPointY)
mFromPointY
- public float getToPointX()
public void setToPointX(float mToPointX)
mToPointX
- public float getToPointY()
public void setToPointY(float mToPointY)
mToPointY
-