public class EffectPaint
extends java.lang.Object
构造器和说明 |
---|
EffectPaint() |
限定符和类型 | 方法和说明 |
---|---|
android.graphics.Bitmap |
getBitmap()
已过时。
|
com.aliyun.svideo.sdk.external.struct.CanvasInfo |
getCanvasInfo()
Gets the canvas information.
|
java.lang.String |
getPath()
Gets the path of a doodle image.
|
int |
getViewId()
Gets the id of a resource.
|
void |
setBitmap(android.graphics.Bitmap bitmap)
已过时。
|
void |
setCanvasInfo(com.aliyun.svideo.sdk.external.struct.CanvasInfo canvasInfo)
Sets the canvas information.
|
void |
setPath(java.lang.String path)
Sets the path of an image.
|
void |
setViewId(int vid)
Sets the id of a resource.
|
public int getViewId()
public void setViewId(int vid)
vid
- The resource id.@Deprecated public void setBitmap(android.graphics.Bitmap bitmap)
@Deprecated public android.graphics.Bitmap getBitmap()
public void setPath(java.lang.String path)
path
- The image path.public java.lang.String getPath()
public com.aliyun.svideo.sdk.external.struct.CanvasInfo getCanvasInfo()
CanvasInfo
public void setCanvasInfo(com.aliyun.svideo.sdk.external.struct.CanvasInfo canvasInfo)
canvasInfo
- The canvas information.