public class SimpleBufferedImageFactory extends java.lang.Object implements BufferedImageFactory
| Constructor and Description |
|---|
SimpleBufferedImageFactory() |
| 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 BufferedImageFactorypublic java.awt.image.BufferedImage getGrayscaleBufferedImage(int width,
int height,
boolean hasAlpha)
getGrayscaleBufferedImage in interface BufferedImageFactory"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"