Interface BufferedImageFactory

    • Method Detail

      • getColorBufferedImage

        java.awt.image.BufferedImage getColorBufferedImage​(int width,
                                                           int height,
                                                           boolean hasAlpha)
      • getGrayscaleBufferedImage

        java.awt.image.BufferedImage getGrayscaleBufferedImage​(int width,
                                                               int height,
                                                               boolean hasAlpha)