org.odlabs.wiquery.core.effects.basic
Class Show

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

public class Show
extends Effect

$Id$

Defines the show Effect.

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

Constructor Summary
Show()
          Default constructor.
Show(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

Show

public Show()
Default constructor.


Show

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

Parameters:
effectSpeed -
Method Detail

chainLabel

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


Copyright © 2012. All Rights Reserved.