org.odlabs.wiquery.core.effects.fading
Class FadeOut

java.lang.Object
  extended by org.odlabs.wiquery.core.effects.Effect
      extended by org.odlabs.wiquery.core.effects.fading.FadeOut
All Implemented Interfaces:
Serializable, ChainableStatement

public class FadeOut
extends Effect

$Id$

Defines the fade out Effect. A fade out consists to make a component disappear with a fade effect.

Since:
0.5
Author:
Lionel Armanet
See Also:
Serialized Form

Constructor Summary
FadeOut()
          Creates this effect
FadeOut(EffectSpeed effectSpeed)
          Creates this effect with the given EffectSpeed.
 
Method Summary
 String chainLabel()
           
 
Methods inherited from class org.odlabs.wiquery.core.effects.Effect
effectCallback, setCallback, statementArgs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FadeOut

public FadeOut()
Creates this effect


FadeOut

public FadeOut(EffectSpeed effectSpeed)
Creates this effect with the given EffectSpeed.

Method Detail

chainLabel

public String chainLabel()
Returns:
the statement label (like each, css...)


Copyright © 2012. All Rights Reserved.