Interface PaintParser

All Known Implementing Classes:
DefaultPaintParser

public interface PaintParser
  • Field Details

    • DEFAULT_COLOR

      static final Color 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)