Uses of Class
com.github.weisj.jsvg.SVGDocument
Packages that use SVGDocument
-
Uses of SVGDocument in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return SVGDocumentModifier and TypeMethodDescription@NotNull SVGDocument
SVGDocumentBuilder.build()
@Nullable SVGDocument
StaxSVGLoader.load
(@Nullable InputStream inputStream, @NotNull ParserProvider parserProvider, @NotNull ResourceLoader resourceLoader) Deprecated.@Nullable SVGDocument
StaxSVGLoader.load
(@Nullable InputStream inputStream, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) @Nullable SVGDocument
SVGLoader.load
(@NotNull InputStream inputStream) Deprecated.useSVGLoader.load(InputStream, URI, LoaderContext)
instead@Nullable SVGDocument
SVGLoader.load
(@NotNull InputStream inputStream, @NotNull ParserProvider parserProvider) Deprecated.useSVGLoader.load(InputStream, URI, LoaderContext)
instead@Nullable SVGDocument
SVGLoader.load
(@NotNull InputStream inputStream, @NotNull ParserProvider parserProvider, @NotNull ResourceLoader resourceLoader) Deprecated.useSVGLoader.load(InputStream, URI, LoaderContext)
instead@Nullable SVGDocument
SVGLoader.load
(@NotNull InputStream inputStream, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) Load an SVG document from the given input stream.@Nullable SVGDocument
@Nullable SVGDocument
SVGLoader.load
(@NotNull URL xmlBase, @NotNull LoaderContext loaderContext) @Nullable SVGDocument
SVGLoader.load
(@NotNull 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 SVGDocumentFields in com.github.weisj.jsvg.parser.resources with type parameters of type SVGDocumentModifier and TypeFieldDescriptionprivate static final LazyProvider
<SVGDocument> MissingImageResource.missingImage
Constructors in com.github.weisj.jsvg.parser.resources with parameters of type SVGDocument
StaxSVGLoader.load(InputStream, URI, LoaderContext)
instead