Package de.intarsys.cwt.awt.image
Class CwtAwtImage
java.lang.Object
de.intarsys.cwt.awt.image.CwtAwtImage
The concrete implementation for an
IImage for AWT.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawFromGraphicsContext(IGraphicsContext graphicsContext, float x, float y) TheBufferedImagethat represents this image.intintgetWidth()protected voidsetHeight(int paramHeight) protected voidsetWidth(int paramWidth)
-
Constructor Details
-
CwtAwtImage
protected CwtAwtImage() -
CwtAwtImage
-
-
Method Details
-
drawFromGraphicsContext
- Specified by:
drawFromGraphicsContextin interfaceIImage
-
getBufferedImage
Description copied from interface:IAwtImageTheBufferedImagethat represents this image.- Specified by:
getBufferedImagein interfaceIAwtImage- Returns:
- The
BufferedImagethat represents this image.
-
getHeight
public int getHeight() -
getWidth
public int getWidth() -
setHeight
protected void setHeight(int paramHeight) -
setWidth
protected void setWidth(int paramWidth)
-