Uses of Interface
org.eclipse.nebula.animation.effects.SetColorEffect.IColoredObject
-
Packages that use SetColorEffect.IColoredObject Package Description org.eclipse.nebula.animation.effects Provides effects for the animation framework. -
-
Uses of SetColorEffect.IColoredObject in org.eclipse.nebula.animation.effects
Fields in org.eclipse.nebula.animation.effects declared as SetColorEffect.IColoredObject Modifier and Type Field Description (package private) SetColorEffect.IColoredObject
SetColorEffect. control
Constructors in org.eclipse.nebula.animation.effects with parameters of type SetColorEffect.IColoredObject Constructor Description SetColorEffect(SetColorEffect.IColoredObject control, org.eclipse.swt.graphics.Color src, org.eclipse.swt.graphics.Color dest, long lengthMilli, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)
Create a new effect on object control.
-