public class RgbBufferedImageFactory extends java.lang.Object implements BufferedImageFactory
Constructor and Description |
---|
RgbBufferedImageFactory() |
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
getColorBufferedImage(int width,
int height,
boolean hasAlpha) |
java.awt.image.BufferedImage |
getGrayscaleBufferedImage(int width,
int height,
boolean hasAlpha) |
public java.awt.image.BufferedImage getColorBufferedImage(int width, int height, boolean hasAlpha)
getColorBufferedImage
in interface BufferedImageFactory
public java.awt.image.BufferedImage getGrayscaleBufferedImage(int width, int height, boolean hasAlpha)
getGrayscaleBufferedImage
in interface BufferedImageFactory
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"