org.wicketstuff.scriptaculous.effect
Class Effect.Pulsate

java.lang.Object
  extended by org.wicketstuff.scriptaculous.effect.Effect.AbstractEffect
      extended by org.wicketstuff.scriptaculous.effect.Effect.Pulsate
All Implemented Interfaces:
java.io.Serializable, Effect
Enclosing interface:
Effect

public static class Effect.Pulsate
extends Effect.AbstractEffect

Pulsates the element.

See Also:
http://wiki.script.aculo.us/scriptaculous/show/Effect.Pulsate, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.wicketstuff.scriptaculous.effect.Effect
Effect.AbstractEffect, Effect.Appear, Effect.DropOut, Effect.Fade, Effect.Fold, Effect.Grow, Effect.Highlight, Effect.Multiple, Effect.Opacity, Effect.Parallel, Effect.Puff, Effect.Pulsate, Effect.Shake, Effect.Shrink, Effect.Squish, Effect.SwitchOff
 
Field Summary
 
Fields inherited from class org.wicketstuff.scriptaculous.effect.Effect.AbstractEffect
options
 
Constructor Summary
Effect.Pulsate(org.apache.wicket.Component component)
           
 
Method Summary
protected  java.lang.String getEffectName()
           
 void setDuration(int seconds)
          set the number of seconds after which to stop the effect.
 void setFrom(float value)
          set the minimal opacity during the pulsate.
 void setPulses(int pulses)
          set the number of pulses within the duration time.
 
Methods inherited from class org.wicketstuff.scriptaculous.effect.Effect.AbstractEffect
addOption, setQueue, setSync, toJavascript, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Effect.Pulsate

public Effect.Pulsate(org.apache.wicket.Component component)
Method Detail

getEffectName

protected java.lang.String getEffectName()
Specified by:
getEffectName in class Effect.AbstractEffect

setDuration

public void setDuration(int seconds)
set the number of seconds after which to stop the effect.

Parameters:
seconds -

setFrom

public void setFrom(float value)
set the minimal opacity during the pulsate.

Parameters:
value -

setPulses

public void setPulses(int pulses)
set the number of pulses within the duration time. default value is 5

Parameters:
pulses -


Copyright © 2006-2011 Wicket Stuff. All Rights Reserved.