public class EffectBase
extends java.lang.Object
Constructor and Description |
---|
EffectBase() |
Modifier and Type | Method and Description |
---|---|
void |
copy(EffectBase base)
Gets a copy of the parameters of an object.
|
int |
getAnimationType()
Deprecated.
|
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)
Deprecated.
|
protected void |
setPath(java.lang.String path)
Sets the path of a resource.
|
void |
setResId(int id)
Deprecated.
|
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
in class java.lang.Object