Modifier | Constructor and Description |
---|---|
protected |
CwtAwtImage() |
|
CwtAwtImage(java.awt.image.BufferedImage bufferedImage) |
Modifier and Type | Method and Description |
---|---|
void |
drawFromGraphicsContext(IGraphicsContext graphicsContext,
float x,
float y) |
java.awt.image.BufferedImage |
getBufferedImage()
The
BufferedImage that represents this image. |
int |
getHeight() |
int |
getWidth() |
protected void |
setHeight(int paramHeight) |
protected void |
setWidth(int paramWidth) |
protected CwtAwtImage()
public CwtAwtImage(java.awt.image.BufferedImage bufferedImage)
public void drawFromGraphicsContext(IGraphicsContext graphicsContext, float x, float y)
drawFromGraphicsContext
in interface IImage
public java.awt.image.BufferedImage getBufferedImage()
IAwtImage
BufferedImage
that represents this image.getBufferedImage
in interface IAwtImage
BufferedImage
that represents this image.protected void setHeight(int paramHeight)
protected void setWidth(int paramWidth)