Interface BufferedImageFactory
-
- All Known Implementing Classes:
RgbBufferedImageFactory
,SimpleBufferedImageFactory
public interface BufferedImageFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.image.BufferedImage
getColorBufferedImage(int width, int height, boolean hasAlpha)
java.awt.image.BufferedImage
getGrayscaleBufferedImage(int width, int height, boolean hasAlpha)
-