Uses of Class
com.github.weisj.jsvg.parser.impl.AttributeParser
Packages that use AttributeParser
-
Uses of AttributeParser in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes with parameters of type AttributeParserModifier and TypeMethodDescriptionstatic @NotNull MarkerOrientationMarkerOrientation.parse(@Nullable String value, @NotNull AttributeParser parser) static @NotNull PreserveAspectRatioPreserveAspectRatio.parse(@Nullable String preserveAspectRation, @Nullable PreserveAspectRatio fallback, @NotNull AttributeParser parser) static @NotNull PreserveAspectRatioPreserveAspectRatio.parse(@Nullable String preserveAspectRation, @NotNull AttributeParser parser) -
Uses of AttributeParser in com.github.weisj.jsvg.parser.impl
Fields in com.github.weisj.jsvg.parser.impl declared as AttributeParserModifier and TypeFieldDescriptionprivate final @NotNull AttributeParserLoadHelper.attributeParserMethods in com.github.weisj.jsvg.parser.impl that return AttributeParserModifier and TypeMethodDescription@NotNull AttributeParserLoadHelper.attributeParser()@NotNull AttributeParserAttributeNode.parser()Constructors in com.github.weisj.jsvg.parser.impl with parameters of type AttributeParserModifierConstructorDescriptionLoadHelper(@NotNull AttributeParser attributeParser, @NotNull LoaderContext loaderContext)