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()TheBufferedImage
that represents this image.- Returns:
- The
BufferedImage
that represents this image.
-