Package com.github.weisj.jsvg.parser
Class AsynchronousResourceLoader
- java.lang.Object
-
- com.github.weisj.jsvg.parser.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
-
Constructor Summary
Constructors Constructor Description AsynchronousResourceLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull UIFuture<RenderableResource>
loadImage(@NotNull java.net.URI uri)
-
-
-
Method Detail
-
loadImage
@NotNull public @NotNull UIFuture<RenderableResource> loadImage(@NotNull @NotNull java.net.URI uri)
- Specified by:
loadImage
in interfaceResourceLoader
-
-