Uses of Interface
com.github.weisj.jsvg.parser.PaintParser
-
Packages that use PaintParser Package Description com.github.weisj.jsvg.paint.impl com.github.weisj.jsvg.parser com.github.weisj.jsvg.parser.impl -
-
Uses of PaintParser in com.github.weisj.jsvg.paint.impl
Classes in com.github.weisj.jsvg.paint.impl that implement PaintParser Modifier and Type Class Description class
DefaultPaintParser
-
Uses of PaintParser in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return PaintParser Modifier and Type Method Description @NotNull PaintParser
LoaderContext. paintParser()
Methods in com.github.weisj.jsvg.parser with parameters of type PaintParser Modifier and Type Method Description @NotNull LoaderContext.Builder
LoaderContext.Builder. paintParser(@NotNull PaintParser paintParser)
-
Uses of PaintParser in com.github.weisj.jsvg.parser.impl
Fields in com.github.weisj.jsvg.parser.impl declared as PaintParser Modifier and Type Field Description private static PaintParser
MutableLoaderContext. DEFAULT_PAINT_PARSER
private @NotNull PaintParser
AttributeParser. paintParser
private @NotNull PaintParser
MutableLoaderContext. paintParser
Methods in com.github.weisj.jsvg.parser.impl that return PaintParser Modifier and Type Method Description @NotNull PaintParser
AttributeParser. paintParser()
@NotNull PaintParser
MutableLoaderContext. paintParser()
Methods in com.github.weisj.jsvg.parser.impl with parameters of type PaintParser Modifier and Type Method Description @NotNull LoaderContext.Builder
MutableLoaderContext. paintParser(@NotNull PaintParser paintParser)
Constructors in com.github.weisj.jsvg.parser.impl with parameters of type PaintParser Constructor Description AttributeParser(@NotNull PaintParser paintParser)
-