Package org.eclipse.nebula.animation.effects
Provides effects for the animation framework.
Package Specification
##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####Related Documentation
For snippets and additional documentation, please see:-
Interface Summary Interface Description CrossFadeEffect.IImageObject IEffect All animation effects must implement this interface.SetColorEffect.IColoredObject Objects on which the SetColorEffect is applied must implements this interface. -
Class Summary Class Description AbstractEffect Abstract implementation for an effect.AlphaEffect Set the alpha value of a ShellCrossFadeEffect Cross fade images in a target object.GrowEffect Resizes a control while keeping it centered.MoveControlEffect Moves a control.MoveScrollBarEffect Scrolls a control.ParallelEffect A wrapper for running effects in parallel.ResizeEffect Changes width and height of a control.SequenceEffect Run several effects one after another.SetBoundsEffect Changes all bounds of a control.SetColorEffect Progressively changes the color of an object.ShakeEffect Shake a control (like a login failure on Mac OSX)