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