Uses of Interface
com.github.weisj.jsvg.parser.UIFuture
-
Packages that use UIFuture Package Description com.github.weisj.jsvg.nodes com.github.weisj.jsvg.parser -
-
Uses of UIFuture in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as UIFuture Modifier and Type Field Description private UIFuture<RenderableResource>
Image. imgResource
-
Uses of UIFuture in com.github.weisj.jsvg.parser
Classes in com.github.weisj.jsvg.parser that implement UIFuture Modifier and Type Class Description class
SwingUIFuture<T>
class
ValueUIFuture<T>
Methods in com.github.weisj.jsvg.parser that return UIFuture Modifier and Type Method Description @NotNull UIFuture<RenderableResource>
AsynchronousResourceLoader. loadImage(@NotNull java.net.URI uri)
@Nullable UIFuture<RenderableResource>
ResourceLoader. loadImage(@NotNull java.net.URI uri)
@NotNull UIFuture<RenderableResource>
SynchronousResourceLoader. loadImage(@NotNull java.net.URI uri)
-