Package de.intarsys.cwt.swt.image
Interface ISwtImage
-
- All Superinterfaces:
IImage
- All Known Implementing Classes:
CwtHybridImage
,CwtSwtImage
,ImageIOImageEntry
public interface ISwtImage extends IImage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.swt.graphics.Image
getImage(org.eclipse.swt.graphics.Device device)
org.eclipse.swt.graphics.ImageData
getImageData()
-
Methods inherited from interface de.intarsys.cwt.image.IImage
drawFromGraphicsContext, getHeight, getWidth
-
-