Class SimpleBufferedImageFactory
- java.lang.Object
-
- org.apache.commons.imaging.common.SimpleBufferedImageFactory
-
- All Implemented Interfaces:
BufferedImageFactory
public class SimpleBufferedImageFactory extends Object implements BufferedImageFactory
-
-
Constructor Summary
Constructors Constructor Description SimpleBufferedImageFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferedImagegetColorBufferedImage(int width, int height, boolean hasAlpha)BufferedImagegetGrayscaleBufferedImage(int width, int height, boolean hasAlpha)
-
-
-
Method Detail
-
getColorBufferedImage
public BufferedImage getColorBufferedImage(int width, int height, boolean hasAlpha)
- Specified by:
getColorBufferedImagein interfaceBufferedImageFactory
-
getGrayscaleBufferedImage
public BufferedImage getGrayscaleBufferedImage(int width, int height, boolean hasAlpha)
- Specified by:
getGrayscaleBufferedImagein interfaceBufferedImageFactory
-
-