com.threerings.media.image
Interface ImageManager.OptimalImageCreator
- All Known Implementing Classes:
- AWTImageCreator
- Enclosing class:
- ImageManager
public static interface ImageManager.OptimalImageCreator
This interface allows the image manager to create images that are in a format optimal for
rendering to the screen.
|
Method Summary |
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. |
createImage
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.