Interface BufferedImageFactory
- All Known Implementing Classes:
RgbBufferedImageFactory
,SimpleBufferedImageFactory
public interface BufferedImageFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetColorBufferedImage
(int width, int height, boolean hasAlpha) getGrayscaleBufferedImage
(int width, int height, boolean hasAlpha)
-
Method Details
-
getColorBufferedImage
-
getGrayscaleBufferedImage
-