Interface CrossFadeEffect.IImageObject
-
- Enclosing class:
- CrossFadeEffect
public static interface CrossFadeEffect.IImageObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.swt.graphics.Image
getImage()
Get the current image of this objectvoid
setImage(org.eclipse.swt.graphics.Image i)
Set the image of this object
-