| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEffect()
Creates an effect on the 'null' channel, or undefined channel.
|
protected |
AbstractEffect(java.lang.String channel)
Creates an effect with the specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChannel()
Returns the channel name that will be used for looking up
existing animations for a given target.
|
protected AbstractEffect()
protected AbstractEffect(java.lang.String channel)
public java.lang.String getChannel()
EffectgetChannel in interface Effect<T>