Interface PaintParser
-
- All Known Implementing Classes:
DefaultPaintParser
public interface PaintParser
-
-
Field Summary
Fields Modifier and Type Field Description static java.awt.Color
DEFAULT_COLOR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable java.awt.Color
parseColor(@NotNull java.lang.String value, @NotNull AttributeNode attributeNode)
@Nullable SVGPaint
parsePaint(@Nullable java.lang.String value, @NotNull AttributeNode attributeNode)
-
-
-
Method Detail
-
parseColor
@Nullable @Nullable java.awt.Color parseColor(@NotNull @NotNull java.lang.String value, @NotNull @NotNull AttributeNode attributeNode)
-
parsePaint
@Nullable @Nullable SVGPaint parsePaint(@Nullable @Nullable java.lang.String value, @NotNull @NotNull AttributeNode attributeNode)
-
-