Uses of Class
org.odlabs.wiquery.ui.effects.BounceEffect.BounceDirection

Packages that use BounceEffect.BounceDirection
org.odlabs.wiquery.ui.effects   
 

Uses of BounceEffect.BounceDirection in org.odlabs.wiquery.ui.effects
 

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

Constructors in org.odlabs.wiquery.ui.effects with parameters of type BounceEffect.BounceDirection
BounceEffect(BounceEffect.BounceDirection direction)
          Constructor.
BounceEffect(BounceEffect.BounceDirection direction, BounceEffect.BounceMode mode, int times, int distance, int duration)
          Constructor.
 



Copyright © 2012. All Rights Reserved.