|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
griffon.effects.CompositeEffectgriffon.effects.Effect
interface CompositeEffect extends Effect
Base interface for all composite Effects.
The following parameters are shared across all effects unless otherwise specified
| Method Summary | |
|---|---|
List
|
makeEffects()
Returns a list of effects to run |
| Methods inherited from interface Effect | |
|---|---|
| getCallback, getComponent, getParams, run |
| Methods inherited from interface Runnable | |
|---|---|
| run |
| Method Detail |
|---|
List makeEffects()
Groovy Documentation