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