de.intarsys.cwt.awt.image
Interface IAwtImage

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

public interface IAwtImage
extends IImage

An IImage that recognizes itself as an AWT (enabled) image.


Method Summary
 java.awt.image.BufferedImage getBufferedImage()
          The BufferedImage that represents this image.
 
Methods inherited from interface de.intarsys.cwt.image.IImage
drawFromGraphicsContext, getHeight, getWidth
 

Method Detail

getBufferedImage

java.awt.image.BufferedImage getBufferedImage()
The BufferedImage that represents this image.

Returns:
The BufferedImage that represents this image.