Class RgbBufferedImageFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.image.BufferedImage getColorBufferedImage​(int width, int height, boolean hasAlpha)  
      java.awt.image.BufferedImage getGrayscaleBufferedImage​(int width, int height, boolean hasAlpha)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RgbBufferedImageFactory

        public RgbBufferedImageFactory()