Package de.intarsys.cwt.awt.image
Class CwtAwtImage
- java.lang.Object
-
- de.intarsys.cwt.awt.image.CwtAwtImage
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCwtAwtImage()CwtAwtImage(java.awt.image.BufferedImage bufferedImage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawFromGraphicsContext(IGraphicsContext graphicsContext, float x, float y)java.awt.image.BufferedImagegetBufferedImage()TheBufferedImagethat represents this image.intgetHeight()intgetWidth()protected voidsetHeight(int paramHeight)protected voidsetWidth(int paramWidth)
-
-
-
Method Detail
-
drawFromGraphicsContext
public void drawFromGraphicsContext(IGraphicsContext graphicsContext, float x, float y)
- Specified by:
drawFromGraphicsContextin interfaceIImage
-
getBufferedImage
public java.awt.image.BufferedImage getBufferedImage()
Description copied from interface:IAwtImageTheBufferedImagethat represents this image.- Specified by:
getBufferedImagein interfaceIAwtImage- Returns:
- The
BufferedImagethat represents this image.
-
setHeight
protected void setHeight(int paramHeight)
-
setWidth
protected void setWidth(int paramWidth)
-
-