Uses of Class
com.github.weisj.jsvg.SVGDocument
-
Packages that use SVGDocument Package Description com.github.weisj.jsvg.parser com.github.weisj.jsvg.parser.resources -
-
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)
Deprecated.@Nullable SVGDocument
StaxSVGLoader. load(@Nullable java.io.InputStream inputStream, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)
@Nullable SVGDocument
SVGLoader. load(@NotNull java.io.InputStream inputStream)
Deprecated.useSVGLoader.load(InputStream, URI, LoaderContext)
instead@Nullable SVGDocument
SVGLoader. load(@NotNull java.io.InputStream inputStream, @NotNull ParserProvider parserProvider)
Deprecated.useSVGLoader.load(InputStream, URI, LoaderContext)
instead@Nullable SVGDocument
SVGLoader. load(@NotNull java.io.InputStream inputStream, @NotNull ParserProvider parserProvider, @NotNull ResourceLoader resourceLoader)
Deprecated.useSVGLoader.load(InputStream, URI, LoaderContext)
instead@Nullable SVGDocument
SVGLoader. load(@NotNull java.io.InputStream inputStream, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)
Load an SVG document from the given input stream.@Nullable SVGDocument
SVGLoader. load(@NotNull java.net.URL xmlBase)
@Nullable SVGDocument
SVGLoader. load(@NotNull java.net.URL xmlBase, @NotNull LoaderContext loaderContext)
@Nullable SVGDocument
SVGLoader. load(@NotNull java.net.URL xmlBase, @NotNull ParserProvider parserProvider)
-
Uses of SVGDocument in com.github.weisj.jsvg.parser.resources
Fields in com.github.weisj.jsvg.parser.resources declared as SVGDocument Modifier and Type Field Description private @NotNull SVGDocument
SVGResource. document
Fields in com.github.weisj.jsvg.parser.resources with type parameters of type SVGDocument Modifier and Type Field Description private static LazyProvider<SVGDocument>
MissingImageResource. missingImage
Constructors in com.github.weisj.jsvg.parser.resources with parameters of type SVGDocument Constructor Description SVGResource(@NotNull SVGDocument document)
-