Interface BufferedImageFactory
-
- All Known Implementing Classes:
RgbBufferedImageFactory,SimpleBufferedImageFactory
public interface BufferedImageFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BufferedImagegetColorBufferedImage(int width, int height, boolean hasAlpha)BufferedImagegetGrayscaleBufferedImage(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)
-
-