Uses of Class
org.odlabs.wiquery.core.effects.EffectSpeed

Packages that use EffectSpeed
org.odlabs.wiquery.core.effects   
org.odlabs.wiquery.core.effects.basic   
org.odlabs.wiquery.core.effects.fading   
org.odlabs.wiquery.core.effects.sliding   
 

Uses of EffectSpeed in org.odlabs.wiquery.core.effects
 

Methods in org.odlabs.wiquery.core.effects that return EffectSpeed
 EffectSpeed AnimateDuration.getEffectSpeed()
           
static EffectSpeed EffectSpeed.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EffectSpeed[] EffectSpeed.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odlabs.wiquery.core.effects with parameters of type EffectSpeed
 void AnimateDuration.setEffectSpeed(EffectSpeed effectSpeed)
          Set the speed with EffectSpeed
 

Constructors in org.odlabs.wiquery.core.effects with parameters of type EffectSpeed
AnimateDuration(EffectSpeed effectSpeed)
          Constructor
Effect(EffectSpeed effectSpeed, CharSequence... parameters)
          Creates a new effect.
Effect(EffectSpeed effectSpeed, JsScope callback, CharSequence... parameters)
          Creates a new effect.
 

Uses of EffectSpeed in org.odlabs.wiquery.core.effects.basic
 

Constructors in org.odlabs.wiquery.core.effects.basic with parameters of type EffectSpeed
Hide(EffectSpeed effectSpeed)
          Creates this effect with the given EffectSpeed.
Show(EffectSpeed effectSpeed)
          Creates this effect with the given EffectSpeed.
Toggle(EffectSpeed effectSpeed)
          Creates this effect with the given EffectSpeed.
 

Uses of EffectSpeed in org.odlabs.wiquery.core.effects.fading
 

Constructors in org.odlabs.wiquery.core.effects.fading with parameters of type EffectSpeed
FadeIn(EffectSpeed effectSpeed)
          Creates this effect with the given EffectSpeed.
FadeOut(EffectSpeed effectSpeed)
          Creates this effect with the given EffectSpeed.
FadeTo(EffectSpeed effectSpeed, float opacity)
          Constructs a new fadeto effect executing at the given EffectSpeed and fading to the given opacity.
 

Uses of EffectSpeed in org.odlabs.wiquery.core.effects.sliding
 

Constructors in org.odlabs.wiquery.core.effects.sliding with parameters of type EffectSpeed
SlideDown(EffectSpeed effectSpeed)
          Creates this effect with the given EffectSpeed.
SlideToggle(EffectSpeed effectSpeed)
          Creates this effect with the given EffectSpeed.
SlideUp(EffectSpeed effectSpeed)
          Creates this effect with the given EffectSpeed.
 



Copyright © 2012. All Rights Reserved.