Interface CrossFadeEffect.IImageObject

Enclosing class:
CrossFadeEffect

public static interface CrossFadeEffect.IImageObject
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.swt.graphics.Image getImage()
    Get the current image of this object
    void setImage​(org.eclipse.swt.graphics.Image i)
    Set the image of this object
  • Method Details

    • getImage

      org.eclipse.swt.graphics.Image getImage()
      Get the current image of this object
      Returns:
    • setImage

      void setImage​(org.eclipse.swt.graphics.Image i)
      Set the image of this object
      Parameters:
      c -