public class SimpleBufferedImageFactory extends Object implements BufferedImageFactory
| 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 BufferedImageFactorypublic BufferedImage getGrayscaleBufferedImage(int width, int height, boolean hasAlpha)
getGrayscaleBufferedImage in interface BufferedImageFactoryCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.