Interface BackgroundProducer

All Known Implementing Classes:
FlatColorBackgroundProducer, GradiatedBackgroundProducer, SquigglesBackgroundProducer, TransparentBackgroundProducer

public interface BackgroundProducer
Author:
James Childers
  • Method Details

    • addBackground

      BufferedImage addBackground(BufferedImage image)
      Add the background to the given image.
      Parameters:
      image -
      Returns:
    • getBackground

      BufferedImage getBackground(int width, int height)