Uses of Class
com.github.weisj.jsvg.parser.impl.AttributeParser
-
Packages that use AttributeParser Package Description com.github.weisj.jsvg.attributes com.github.weisj.jsvg.parser.impl -
-
Uses of AttributeParser in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes with parameters of type AttributeParser Modifier and Type Method Description static @NotNull MarkerOrientation
MarkerOrientation. parse(@Nullable java.lang.String value, @NotNull AttributeParser parser)
static @NotNull PreserveAspectRatio
PreserveAspectRatio. parse(@Nullable java.lang.String preserveAspectRation, @NotNull AttributeParser parser)
static @NotNull PreserveAspectRatio
PreserveAspectRatio. parse(@Nullable java.lang.String preserveAspectRation, @Nullable PreserveAspectRatio fallback, @NotNull AttributeParser parser)
-
Uses of AttributeParser in com.github.weisj.jsvg.parser.impl
Fields in com.github.weisj.jsvg.parser.impl declared as AttributeParser Modifier and Type Field Description private @NotNull AttributeParser
LoadHelper. attributeParser
Methods in com.github.weisj.jsvg.parser.impl that return AttributeParser Modifier and Type Method Description @NotNull AttributeParser
LoadHelper. attributeParser()
@NotNull AttributeParser
AttributeNode. parser()
Constructors in com.github.weisj.jsvg.parser.impl with parameters of type AttributeParser Constructor Description LoadHelper(@NotNull AttributeParser attributeParser, @NotNull LoaderContext loaderContext)
-