public interface AliyunILayoutController
| Modifier and Type | Method and Description |
|---|---|
int |
apply() |
float |
getAlpha()
get clip's alpha
|
PointF |
getPosition()
get clip's position
|
float |
getRotationRadian()
get clip's rotation radian
|
float |
getScale()
get clip's scale
|
AliyunILayoutController |
setAlpha(float alpha)
set the alpha
|
AliyunILayoutController |
setPosition(float centerX,
float centerY)
set the position
|
AliyunILayoutController |
setRotation(float rotation)
set the rotation radian
|
AliyunILayoutController |
setScale(float scale)
set the scale
|
AliyunILayoutController setPosition(float centerX, float centerY)
centerX - 0~1centerY - 0~1AliyunILayoutController setScale(float scale)
scale - 0~1AliyunILayoutController setAlpha(float alpha)
alpha - 0~1AliyunILayoutController setRotation(float rotation)
rotation - -PI ~ PI (-3.14 ~ 3.14)PointF getPosition()
float getScale()
float getAlpha()
float getRotationRadian()
int apply()