Uses of Class
com.github.weisj.jsvg.SVGDocument
Packages that use SVGDocument
Package
Description
-
Uses of SVGDocument in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return SVGDocumentModifier and TypeMethodDescription@Nullable SVGDocumentSVGLoader.load(@NotNull XMLInput xmlInput, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) Load an SVG document from the given input stream.@Nullable SVGDocumentSVGLoader.load(@NotNull InputStream inputStream, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) Load an SVG document from the given input stream.@Nullable SVGDocument@Nullable SVGDocumentSVGLoader.load(@NotNull URL xmlBase, @NotNull LoaderContext loaderContext) -
Uses of SVGDocument in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return SVGDocumentModifier and TypeMethodDescription@NotNull SVGDocumentSVGDocumentBuilder.build()@NotNull SVGDocument@Nullable SVGDocumentStaxSVGLoader.load(@NotNull XMLInput xmlInput, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) -
Uses of SVGDocument in com.github.weisj.jsvg.parser.resources.impl
Fields in com.github.weisj.jsvg.parser.resources.impl declared as SVGDocumentFields in com.github.weisj.jsvg.parser.resources.impl with type parameters of type SVGDocumentModifier and TypeFieldDescriptionprivate static final LazySupplier<SVGDocument> MissingImageResource.missingImageConstructors in com.github.weisj.jsvg.parser.resources.impl with parameters of type SVGDocument