Interface RMImageData.ImageSupplier

  • All Superinterfaces:
    java.util.function.Supplier<java.awt.image.BufferedImage>
    Enclosing class:
    RMImageData

    public static interface RMImageData.ImageSupplier
    extends java.util.function.Supplier<java.awt.image.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