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 MarkerOrientationMarkerOrientation. parse(@Nullable java.lang.String value, @NotNull AttributeParser parser)static @NotNull PreserveAspectRatioPreserveAspectRatio. parse(@Nullable java.lang.String preserveAspectRation, @NotNull AttributeParser parser)static @NotNull PreserveAspectRatioPreserveAspectRatio. 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 AttributeParserLoadHelper. attributeParserMethods in com.github.weisj.jsvg.parser.impl that return AttributeParser Modifier and Type Method Description @NotNull AttributeParserLoadHelper. attributeParser()@NotNull AttributeParserAttributeNode. parser()Constructors in com.github.weisj.jsvg.parser.impl with parameters of type AttributeParser Constructor Description LoadHelper(@NotNull AttributeParser attributeParser, @NotNull LoaderContext loaderContext)
-