public static interface ImageUtil.ImageCreator
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
createImage(int width,
int height,
int transparency)
Used by routines that need to create new images to allow the caller to dictate the
format (which may mean using createCompatibleImage).
|
BufferedImage createImage(int width, int height, int transparency)
Copyright © 2015. All rights reserved.