public interface IBufferedImageFactory
Modifier and Type | Method and Description |
---|---|
BufferedImage |
getColorBufferedImage(int width,
int height,
boolean hasAlpha) |
BufferedImage |
getGrayscaleBufferedImage(int width,
int height,
boolean hasAlpha) |
BufferedImage getColorBufferedImage(int width, int height, boolean hasAlpha)
BufferedImage getGrayscaleBufferedImage(int width, int height, boolean hasAlpha)
Copyright © 2007-2012. All Rights Reserved.