Interface BufferedImageFactory

All Known Implementing Classes:
RgbBufferedImageFactory, SimpleBufferedImageFactory

public interface BufferedImageFactory
  • Method Details

    • getColorBufferedImage

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

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