public static interface ImageManager.OptimalImageCreator
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
createImage(int width,
int height,
int trans)
Requests that a blank image be created that is in a format and of a depth that are
optimal for rendering to the screen.
|
BufferedImage createImage(int width, int height, int trans)
Copyright © 2015. All rights reserved.