public class EffectFilter extends EffectBase
限定符和类型 | 类和说明 |
---|---|
static class |
EffectFilter.Builder |
构造器和说明 |
---|
EffectFilter(java.lang.String path)
Creates an EffectFilter object.
|
限定符和类型 | 方法和说明 |
---|---|
void |
copy(EffectBase base)
Gets a copy of the parameters of an object.
|
boolean |
equals(java.lang.Object o) |
long |
getDuration()
Gets the display duration of a filter effect.
|
EffectConfig |
getEffectConfig() |
java.lang.String |
getName()
已过时。
|
java.util.List<EffectConfig.NodeBean> |
getNodeTree() |
long |
getStartTime()
Gets the time when a filter effect appears.
|
int |
hashCode() |
void |
setDuration(long duration)
Sets the display duration of a filter effect.
|
void |
setEffectConfig(EffectConfig effectConfig) |
void |
setStartTime(long startTime)
Sets the time when a filter effect appears.
|
java.lang.String |
toJsonString() |
java.lang.String |
toString() |
getAnimationType, getPath, getResId, getViewId, readString, setAnimationType, setPath, setResId, setViewId
public EffectFilter(java.lang.String path)
path
- The path of a filter resource.@Deprecated public java.lang.String getName()
public long getStartTime()
public void setStartTime(long startTime)
startTime
- Unit: milliseconds.public long getDuration()
public void setDuration(long duration)
duration
- public java.util.List<EffectConfig.NodeBean> getNodeTree()
public java.lang.String toString()
toString
在类中 EffectBase
public boolean equals(java.lang.Object o)
equals
在类中 java.lang.Object
public void setEffectConfig(EffectConfig effectConfig)
public EffectConfig getEffectConfig()
public java.lang.String toJsonString()
public int hashCode()
hashCode
在类中 java.lang.Object
public void copy(EffectBase base)
EffectBase
copy
在类中 EffectBase