public class EffectBase
extends java.lang.Object
构造器和说明 |
---|
EffectBase() |
限定符和类型 | 方法和说明 |
---|---|
void |
copy(EffectBase base)
Gets a copy of the parameters of an object.
|
int |
getAnimationType()
已过时。
|
java.lang.String |
getPath()
Gets the path of a resource.
|
int |
getResId()
Gets the id of a resource.
|
int |
getViewId()
Gets the id of an effect.
|
protected java.lang.String |
readString(java.lang.String path) |
void |
setAnimationType(int type)
已过时。
|
protected void |
setPath(java.lang.String path)
Sets the path of a resource.
|
void |
setResId(int id)
已过时。
|
void |
setViewId(int id)
Sets the id of an effect.
|
java.lang.String |
toString() |
@Deprecated public void setAnimationType(int type)
@Deprecated public int getAnimationType()
public int getResId()
@Deprecated public void setResId(int id)
public int getViewId()
public void setViewId(int id)
id
- It is not recommended to call this method.public java.lang.String getPath()
protected void setPath(java.lang.String path)
path
- The resource path.protected java.lang.String readString(java.lang.String path)
public void copy(EffectBase base)
public java.lang.String toString()
toString
在类中 java.lang.Object