Uses of Interface
com.github.weisj.jsvg.parser.ResourceLoader
-
Packages that use ResourceLoader Package Description com.github.weisj.jsvg.parser -
-
Uses of ResourceLoader in com.github.weisj.jsvg.parser
Classes in com.github.weisj.jsvg.parser that implement ResourceLoader Modifier and Type Class Description class
AsynchronousResourceLoader
class
SynchronousResourceLoader
Fields in com.github.weisj.jsvg.parser declared as ResourceLoader Modifier and Type Field Description private @NotNull ResourceLoader
LoadHelper. resourceLoader
Methods in com.github.weisj.jsvg.parser that return ResourceLoader Modifier and Type Method Description @NotNull ResourceLoader
AttributeNode. resourceLoader()
@NotNull ResourceLoader
LoadHelper. resourceLoader()
Methods in com.github.weisj.jsvg.parser with parameters of type ResourceLoader Modifier and Type Method Description @Nullable SVGDocument
StaxSVGLoader. load(@Nullable java.io.InputStream inputStream, @NotNull ParserProvider parserProvider, @NotNull ResourceLoader resourceLoader)
@Nullable SVGDocument
SVGLoader. load(@NotNull java.io.InputStream inputStream, @NotNull ParserProvider parserProvider, @NotNull ResourceLoader resourceLoader)
Constructors in com.github.weisj.jsvg.parser with parameters of type ResourceLoader Constructor Description LoadHelper(@NotNull AttributeParser attributeParser, @NotNull ResourceLoader resourceLoader)
SVGDocumentBuilder(@NotNull ParserProvider parserProvider, @NotNull ResourceLoader resourceLoader, @NotNull NodeSupplier nodeSupplier)
-