Uses of Class
com.github.weisj.jsvg.SVGDocument
-
Packages that use SVGDocument Package Description com.github.weisj.jsvg.parser -
-
Uses of SVGDocument in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return SVGDocument Modifier and Type Method Description @NotNull SVGDocument
SVGDocumentBuilder. build()
@Nullable SVGDocument
StaxSVGLoader. load(@Nullable java.io.InputStream inputStream, @NotNull ParserProvider parserProvider, @NotNull ResourceLoader resourceLoader)
@Nullable SVGDocument
SVGLoader. load(@NotNull java.io.InputStream inputStream)
@Nullable SVGDocument
SVGLoader. load(@NotNull java.io.InputStream inputStream, @NotNull ParserProvider parserProvider)
@Nullable SVGDocument
SVGLoader. load(@NotNull java.io.InputStream inputStream, @NotNull ParserProvider parserProvider, @NotNull ResourceLoader resourceLoader)
@Nullable SVGDocument
SVGLoader. load(@NotNull java.net.URL xmlBase)
@Nullable SVGDocument
SVGLoader. load(@NotNull java.net.URL xmlBase, @NotNull ParserProvider parserProvider)
-