Interface PaintParser
- All Known Implementing Classes:
DefaultPaintParser
public interface PaintParser
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@Nullable Color
parseColor
(@NotNull String value, @NotNull AttributeNode attributeNode) @Nullable SVGPaint
parsePaint
(@Nullable String value, @NotNull AttributeNode attributeNode)
-
Field Details
-
DEFAULT_COLOR
-
-
Method Details
-
parseColor
@Nullable @Nullable Color parseColor(@NotNull @NotNull String value, @NotNull @NotNull AttributeNode attributeNode) -
parsePaint
@Nullable @Nullable SVGPaint parsePaint(@Nullable @Nullable String value, @NotNull @NotNull AttributeNode attributeNode)
-