public class EffectImage extends EffectBase
Modifier and Type | Field and Description |
---|---|
float |
height
图片的高,相对于屏幕的大小,范围[0 - 1]
|
float |
width
图片的宽,相对于屏幕的大小,范围[0 - 1]
|
float |
x
图片的x坐标,相对于屏幕的大小,范围[0 - 1]
|
float |
y
图片的y坐标,相对于屏幕的大小,范围[0 - 1]
|
Constructor and Description |
---|
EffectImage(Bitmap bitmap)
图片的bitmap对象
|
Modifier and Type | Method and Description |
---|---|
Bitmap |
getBitmap()
获取的图片bitmap对象
|
copy, getAnimationType, getPath, getResId, getSource, getViewId, readString, setAnimationType, setPath, setResId, setSource, setViewId, toString