Interface PaintParser

    • Field Detail

      • DEFAULT_COLOR

        static final java.awt.Color DEFAULT_COLOR
    • 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)