public interface BGFGImage
BGFGCanvas3D
.
Modified by: Joseph A.Huwaldt
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
getImage()
Returns a BufferedImage containing the background or overlay to be displayed in a
BGFGCanvas3D canvas either behind or over top of the 3D scene or returns
null for no image. |
int |
getImageX()
Returns the X coordinate location on the canvas where the upper-left corner of the
buffered image should be drawn.
|
int |
getImageY()
Returns the Y coordinate location on the canvas where the upper-left corner of the
buffered image should be drawn.
|
java.awt.image.BufferedImage getImage()
BGFGCanvas3D
canvas either behind or over top of the 3D scene or returns
null
for no image.int getImageX()
int getImageY()