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