public class ActionScale 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
Constructor and Description |
---|
ActionScale() |
Modifier and Type | Method and Description |
---|---|
float |
getFromScale()
Gets the initial scale factor.
|
float |
getToScale()
Gets the target scale factor.
|
void |
setFromScale(float mFromScale)
Sets the initial scale factor.
|
void |
setToScale(float mToScale)
Sets the target scale factor.
|
equals, getAnimationConfig, getDuration, getId, getStartTime, getTargetId, getType, isStream, setAnimationConfig, setDuration, setId, setIsStream, setStartTime, setTargetId, setType
public float getFromScale()
public void setFromScale(float mFromScale)
mFromScale
- public float getToScale()
public void setToScale(float mToScale)
mToScale
-