Interface BufferedImageFactory

    • Method Detail

      • getColorBufferedImage

        BufferedImage getColorBufferedImage​(int width,
                                            int height,
                                            boolean hasAlpha)
      • getGrayscaleBufferedImage

        BufferedImage getGrayscaleBufferedImage​(int width,
                                                int height,
                                                boolean hasAlpha)