Package de.intarsys.cwt.awt.image
Interface IAwtImage
-
- All Superinterfaces:
IImage
- All Known Implementing Classes:
CwtAwtImage
,CwtHybridImage
,ImageIOImageEntry
public interface IAwtImage extends IImage
AnIImage
that recognizes itself as an AWT (enabled) image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.image.BufferedImage
getBufferedImage()
TheBufferedImage
that represents this image.-
Methods inherited from interface de.intarsys.cwt.image.IImage
drawFromGraphicsContext, getHeight, getWidth
-
-