Uses of Class
com.github.weisj.jsvg.parser.LoadHelper
-
Packages that use LoadHelper Package Description com.github.weisj.jsvg.parser -
-
Uses of LoadHelper in com.github.weisj.jsvg.parser
Fields in com.github.weisj.jsvg.parser declared as LoadHelper Modifier and Type Field Description private @NotNull LoadHelper
AttributeNode. loadHelper
private @NotNull LoadHelper
SVGDocumentBuilder. loadHelper
Constructors in com.github.weisj.jsvg.parser with parameters of type LoadHelper Constructor Description AttributeNode(@NotNull java.lang.String tagName, @NotNull java.util.Map<java.lang.String,java.lang.String> attributes, @Nullable AttributeNode parent, @NotNull ParsedDocument document, @NotNull java.util.List<@NotNull StyleSheet> styleSheets, @NotNull LoadHelper loadHelper)
-