Package de.intarsys.cwt.awt.image
Interface IAwtImage
- All Superinterfaces:
IImage
- All Known Implementing Classes:
CwtAwtImage,CwtHybridImage,ImageIOImageEntry
An
IImage that recognizes itself as an AWT (enabled) image.-
Method Summary
Methods inherited from interface de.intarsys.cwt.image.IImage
drawFromGraphicsContext, getHeight, getWidth
-
Method Details
-
getBufferedImage
BufferedImage getBufferedImage()TheBufferedImagethat represents this image.- Returns:
- The
BufferedImagethat represents this image.
-