Package com.github.weisj.jsvg.parser
Class SynchronousResourceLoader
- java.lang.Object
-
- com.github.weisj.jsvg.parser.SynchronousResourceLoader
-
- All Implemented Interfaces:
ResourceLoader
public final class SynchronousResourceLoader extends java.lang.Object implements ResourceLoader
-
-
Constructor Summary
Constructors Constructor Description SynchronousResourceLoader()
-
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) throws java.io.IOException
- Specified by:
loadImage
in interfaceResourceLoader
- Throws:
java.io.IOException
-
-