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 object
      void setImage​(org.eclipse.swt.graphics.Image i)
      Set the image of this object
    • Method Detail

      • 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 -