Uses of Class
com.github.weisj.jsvg.attributes.AttributeParser
Packages that use AttributeParser
Package
Description
-
Uses of AttributeParser in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes with parameters of type AttributeParserModifier and TypeMethodDescriptionstatic @NotNull MarkerOrientation
MarkerOrientation.parse
(@Nullable String value, @NotNull AttributeParser parser) static @NotNull PreserveAspectRatio
PreserveAspectRatio.parse
(@Nullable String preserveAspectRation, @NotNull AttributeParser parser) static @NotNull PreserveAspectRatio
PreserveAspectRatio.parse
(@Nullable String preserveAspectRation, @Nullable PreserveAspectRatio fallback, @NotNull AttributeParser parser) -
Uses of AttributeParser in com.github.weisj.jsvg.attributes.paint
Methods in com.github.weisj.jsvg.attributes.paint with parameters of type AttributeParserModifier and TypeMethodDescriptionprivate int
DefaultPaintParser.parseColorComponent
(String value, boolean percentage, @NotNull AttributeParser parser) -
Uses of AttributeParser in com.github.weisj.jsvg.parser
Fields in com.github.weisj.jsvg.parser declared as AttributeParserModifier and TypeFieldDescriptionprivate final @NotNull AttributeParser
LoadHelper.attributeParser
Methods in com.github.weisj.jsvg.parser that return AttributeParserModifier and TypeMethodDescription@NotNull AttributeParser
LoadHelper.attributeParser()
@NotNull AttributeParser
AttributeNode.parser()
Methods in com.github.weisj.jsvg.parser with parameters of type AttributeParserModifier and TypeMethodDescription<T> T
DefaultElementLoader.loadElement
(@NotNull Class<T> type, @Nullable String value, @NotNull ParsedDocument document, @NotNull AttributeParser attributeParser) <T> T
ElementLoader.loadElement
(@NotNull Class<T> type, @Nullable String value, @NotNull ParsedDocument document, @NotNull AttributeParser attributeParser) Constructors in com.github.weisj.jsvg.parser with parameters of type AttributeParserModifierConstructorDescriptionLoadHelper
(@NotNull AttributeParser attributeParser, @NotNull LoaderContext loaderContext) LoadHelper
(@NotNull AttributeParser attributeParser, @NotNull ResourceLoader resourceLoader) Deprecated.
LoadHelper(AttributeParser, LoaderContext)
instead