public class SimpleBufferedImageFactory extends Object implements IBufferedImageFactory
| Constructor and Description |
|---|
SimpleBufferedImageFactory() |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
getColorBufferedImage(int width,
int height,
boolean hasAlpha) |
BufferedImage |
getGrayscaleBufferedImage(int width,
int height,
boolean hasAlpha) |
public BufferedImage getColorBufferedImage(int width, int height, boolean hasAlpha)
getColorBufferedImage in interface IBufferedImageFactorypublic BufferedImage getGrayscaleBufferedImage(int width, int height, boolean hasAlpha)
getGrayscaleBufferedImage in interface IBufferedImageFactoryCopyright © 2007-2012. All Rights Reserved.