org.odlabs.wiquery.core.effects.fading
Class FadeTo
java.lang.Object
org.odlabs.wiquery.core.effects.Effect
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
chainLabel
public String chainLabel()
- Returns:
- the statement label (like
each
, css
...)
Copyright © 2012. All Rights Reserved.