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

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

public class FadeTo
extends Effect

$Id$

Defines the fade to Effect. A fade to consists to fade a component to a specified opacity value.

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

Constructor Summary
FadeTo()
          Creates this effect
FadeTo(EffectSpeed effectSpeed, float opacity)
          Constructs a new fadeto effect executing at the given EffectSpeed and fading to the given opacity.
 
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

FadeTo

public FadeTo()
Creates this effect


FadeTo

public FadeTo(EffectSpeed effectSpeed,
              float opacity)
Constructs a new fadeto effect executing at the given EffectSpeed and fading to the given opacity.

Method Detail

chainLabel

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


Copyright © 2012. All Rights Reserved.