Class AsynchronousResourceLoader

  • All Implemented Interfaces:
    ResourceLoader

    public final class AsynchronousResourceLoader
    extends java.lang.Object
    implements ResourceLoader
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.logging.Logger LOGGER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull UIFuture<java.awt.image.BufferedImage> loadImage​(@NotNull java.net.URI uri)  
      • Methods inherited from class java.lang.Object

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

      • LOGGER

        private static final java.util.logging.Logger LOGGER
    • Constructor Detail

      • AsynchronousResourceLoader

        public AsynchronousResourceLoader()
    • Method Detail

      • loadImage

        @NotNull
        public @NotNull UIFuture<java.awt.image.BufferedImage> loadImage​(@NotNull
                                                                         @NotNull java.net.URI uri)
        Specified by:
        loadImage in interface ResourceLoader