public interface Background
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
addBackground(BufferedImage image)
Add the background to the given image.
|
BufferedImage |
getBackground(int width,
int height)
Returns the background by the given width and height.
|
BufferedImage addBackground(BufferedImage image)
image - The image onto which the background will be rendered.BufferedImage getBackground(int width, int height)
width - width in pixels.height - height in pixels.Copyright © 2015. All rights reserved.