Uses of Interface
com.github.weisj.jsvg.parser.impl.DocumentConstructorAccessor.DocumentConstructor
-
Packages that use DocumentConstructorAccessor.DocumentConstructor Package Description com.github.weisj.jsvg.parser.impl -
-
Uses of DocumentConstructorAccessor.DocumentConstructor in com.github.weisj.jsvg.parser.impl
Fields in com.github.weisj.jsvg.parser.impl declared as DocumentConstructorAccessor.DocumentConstructor Modifier and Type Field Description private static DocumentConstructorAccessor.DocumentConstructor
DocumentConstructorAccessor. documentConstructor
Methods in com.github.weisj.jsvg.parser.impl that return DocumentConstructorAccessor.DocumentConstructor Modifier and Type Method Description (package private) static DocumentConstructorAccessor.DocumentConstructor
DocumentConstructorAccessor. constructor()
Methods in com.github.weisj.jsvg.parser.impl with parameters of type DocumentConstructorAccessor.DocumentConstructor Modifier and Type Method Description static void
DocumentConstructorAccessor. setDocumentConstructor(@NotNull DocumentConstructorAccessor.DocumentConstructor constructor)
-