public interface BufferedImageFactory
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–2020 The Apache Software Foundation. All rights reserved.