org.odlabs.wiquery.ui.effects
Class PuffEffect

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

public class PuffEffect
extends Effect

$Id$ Helper class to implement the puff effect as in http://docs.jquery.com/UI/Effects/Puff

Since:
1.0.2
Author:
Ernesto Reinaldo Barreiro (reiern70@gmail.com)
See Also:
Serialized Form

Nested Class Summary
static class PuffEffect.Mode
          The explode mode.
 
Constructor Summary
PuffEffect()
           
PuffEffect(PuffEffect.Mode mode)
           
PuffEffect(PuffEffect.Mode mode, int duration)
           
PuffEffect(PuffEffect.Mode mode, int percent, int duration)
           
 
Method Summary
 String chainLabel()
           
 PuffEffect.Mode getMode()
           
 void setMode(PuffEffect.Mode mode)
           
 
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

PuffEffect

public PuffEffect()

PuffEffect

public PuffEffect(PuffEffect.Mode mode)
Parameters:
mode -

PuffEffect

public PuffEffect(PuffEffect.Mode mode,
                  int duration)
Parameters:
mode -
duration -

PuffEffect

public PuffEffect(PuffEffect.Mode mode,
                  int percent,
                  int duration)
Parameters:
mode -
pieces -
duration -
Method Detail

chainLabel

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

getMode

public PuffEffect.Mode getMode()

setMode

public void setMode(PuffEffect.Mode mode)


Copyright © 2012. All Rights Reserved.