Interface ISwtImage

All Superinterfaces:
IImage
All Known Implementing Classes:
CwtHybridImage, CwtSwtImage, ImageIOImageEntry

public interface ISwtImage extends IImage
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.swt.graphics.Image
    getImage(org.eclipse.swt.graphics.Device device)
     
    org.eclipse.swt.graphics.ImageData
     

    Methods inherited from interface de.intarsys.cwt.image.IImage

    drawFromGraphicsContext, getHeight, getWidth
  • Method Details

    • getImage

      org.eclipse.swt.graphics.Image getImage(org.eclipse.swt.graphics.Device device)
    • getImageData

      org.eclipse.swt.graphics.ImageData getImageData()