Uses of Class
com.github.weisj.jsvg.SVGDocument
-
Packages that use SVGDocument Package Description com.github.weisj.jsvg.parser com.github.weisj.jsvg.parser.impl com.github.weisj.jsvg.parser.resources.impl -
-
Uses of SVGDocument in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return SVGDocument Modifier and Type Method Description @Nullable SVGDocumentSVGLoader. load(@NotNull XMLInput xmlInput, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)Load an SVG document from the given input stream.@Nullable SVGDocumentSVGLoader. load(@NotNull java.io.InputStream inputStream, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)Load an SVG document from the given input stream.@Nullable SVGDocumentSVGLoader. load(@NotNull java.net.URL xmlBase)@Nullable SVGDocumentSVGLoader. load(@NotNull java.net.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 SVGDocument Modifier and Type Method Description @NotNull SVGDocumentSVGDocumentBuilder. build()@NotNull SVGDocumentDocumentConstructorAccessor.DocumentConstructor. create(@NotNull SVG rootNode)@Nullable SVGDocumentStaxSVGLoader. load(@NotNull XMLInput xmlInput, @Nullable java.net.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 SVGDocument Modifier and Type Field Description private @NotNull SVGDocumentSVGResource. documentFields in com.github.weisj.jsvg.parser.resources.impl with type parameters of type SVGDocument Modifier and Type Field Description private static LazySupplier<SVGDocument>MissingImageResource. missingImageConstructors in com.github.weisj.jsvg.parser.resources.impl with parameters of type SVGDocument Constructor Description SVGResource(@NotNull SVGDocument document)
-