Uses of Class
com.github.weisj.jsvg.attributes.AttributeParser
-
Packages that use AttributeParser Package Description com.github.weisj.jsvg.attributes com.github.weisj.jsvg.attributes.paint com.github.weisj.jsvg.parser -
-
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.attributes.paint
Methods in com.github.weisj.jsvg.attributes.paint with parameters of type AttributeParser Modifier and Type Method Description private int
DefaultPaintParser. parseColorComponent(java.lang.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 AttributeParser Modifier and Type Field Description private @NotNull AttributeParser
LoadHelper. attributeParser
Methods in com.github.weisj.jsvg.parser that return AttributeParser Modifier and Type Method Description @NotNull AttributeParser
LoadHelper. attributeParser()
@NotNull AttributeParser
AttributeNode. parser()
Methods in com.github.weisj.jsvg.parser with parameters of type AttributeParser Modifier and Type Method Description <T> T
DefaultElementLoader. loadElement(@NotNull java.lang.Class<T> type, @Nullable java.lang.String value, @NotNull ParsedDocument document, @NotNull AttributeParser attributeParser)
<T> T
ElementLoader. loadElement(@NotNull java.lang.Class<T> type, @Nullable java.lang.String value, @NotNull ParsedDocument document, @NotNull AttributeParser attributeParser)
Constructors in com.github.weisj.jsvg.parser with parameters of type AttributeParser Constructor Description LoadHelper(@NotNull AttributeParser attributeParser, @NotNull LoaderContext loaderContext)
LoadHelper(@NotNull AttributeParser attributeParser, @NotNull ResourceLoader resourceLoader)
Deprecated.useLoadHelper(AttributeParser, LoaderContext)
instead
-