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 SVGDocument
SVGLoader. load(@NotNull XMLInput xmlInput, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)
Load an SVG document from the given input stream.@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)
-
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 SVGDocument
SVGDocumentBuilder. build()
@NotNull SVGDocument
DocumentConstructorAccessor.DocumentConstructor. create(@NotNull SVG rootNode)
@Nullable SVGDocument
StaxSVGLoader. 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 SVGDocument
SVGResource. document
Fields in com.github.weisj.jsvg.parser.resources.impl with type parameters of type SVGDocument Modifier and Type Field Description private static LazySupplier<SVGDocument>
MissingImageResource. missingImage
Constructors in com.github.weisj.jsvg.parser.resources.impl with parameters of type SVGDocument Constructor Description SVGResource(@NotNull SVGDocument document)
-