Class SynchronousResourceLoader

  • All Implemented Interfaces:
    ResourceLoader

    public final class SynchronousResourceLoader
    extends java.lang.Object
    implements ResourceLoader
    • 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
    • Constructor Detail

      • SynchronousResourceLoader

        public SynchronousResourceLoader()
    • Method Detail

      • loadImage

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