Groovy Documentation

griffon.effects
[Groovy] Class AbstractBasicEffect

java.lang.Object
  griffon.effects.AbstractEffect
      griffon.effects.AbstractBasicEffect
All Implemented Interfaces:
BasicEffect

abstract class AbstractBasicEffect
extends AbstractEffect

Base class for all basic Effects.

The following parameters are shared across all effects unless otherwise specified

Authors:
Andres Almiray


Field Summary
 
Fields inherited from class AbstractEffect
params
 
Constructor Summary
AbstractBasicEffect(Map params = [:], Component component, Closure callback = null)

Creates a new effect.

 
Method Summary
 
Methods inherited from class AbstractEffect
doBeforePlay, getParams, paramsInternal, run, setupTimeline, toString
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

AbstractBasicEffect

AbstractBasicEffect(Map params = [:], Component component, Closure callback = null)
Creates a new effect.
Parameters:
params - - set of options
component - - the component to animate
callback - - an optional callback to be executed at the end of the animation


 

Groovy Documentation