Interface RMImageData.ImageSupplier

All Superinterfaces:
Supplier<BufferedImage>
Enclosing class:
RMImageData

public static interface RMImageData.ImageSupplier extends Supplier<BufferedImage>
The preferred method for seeding RMImageData with an image source. This ensures that the backing Image is only rendered and held in memory when absolutely necessary.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get