org.odlabs.wiquery.core.effects.basic
Class Hide
java.lang.Object
org.odlabs.wiquery.core.effects.Effect
org.odlabs.wiquery.core.effects.basic.Hide
- All Implemented Interfaces:
- Serializable, ChainableStatement
public class Hide
- extends Effect
$Id$
Defines the hide Effect
.
- Since:
- 0.5
- Author:
- Lionel Armanet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hide
public Hide()
- Default constructor.
Hide
public Hide(EffectSpeed effectSpeed)
- Creates this effect with the given
EffectSpeed
.
- Parameters:
effectSpeed
-
chainLabel
public String chainLabel()
- Returns:
- the statement label (like
each
, css
...)
Copyright © 2012. All Rights Reserved.