Package com.github.weisj.jsvg.parser
Interface ResourceLoader
- All Known Implementing Classes:
AsynchronousResourceLoader,SynchronousResourceLoader
public interface ResourceLoader
-
Method Summary
-
Method Details
-
loadImage
@Nullable @Nullable UIFuture<BufferedImage> loadImage(@NotNull @NotNull URI uri) throws IOException- Throws:
IOException
-