Interface SVGPaint

All Superinterfaces:
CSSValue, SVGColor

@Deprecated public interface SVGPaint extends SVGColor
Deprecated.
Corresponds to basic type and represents the values of properties ‘fill’ and ‘stroke’.
  • Field Details

    • SVG_PAINTTYPE_UNKNOWN

      static final short SVG_PAINTTYPE_UNKNOWN
      Deprecated.
      See Also:
    • SVG_PAINTTYPE_RGBCOLOR

      static final short SVG_PAINTTYPE_RGBCOLOR
      Deprecated.
      See Also:
    • SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR

      static final short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR
      Deprecated.
      See Also:
    • SVG_PAINTTYPE_NONE

      static final short SVG_PAINTTYPE_NONE
      Deprecated.
      See Also:
    • SVG_PAINTTYPE_CURRENTCOLOR

      static final short SVG_PAINTTYPE_CURRENTCOLOR
      Deprecated.
      See Also:
    • SVG_PAINTTYPE_URI_NONE

      static final short SVG_PAINTTYPE_URI_NONE
      Deprecated.
      See Also:
    • SVG_PAINTTYPE_URI_CURRENTCOLOR

      static final short SVG_PAINTTYPE_URI_CURRENTCOLOR
      Deprecated.
      See Also:
    • SVG_PAINTTYPE_URI_RGBCOLOR

      static final short SVG_PAINTTYPE_URI_RGBCOLOR
      Deprecated.
      See Also:
    • SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR

      static final short SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR
      Deprecated.
      See Also:
    • SVG_PAINTTYPE_URI

      static final short SVG_PAINTTYPE_URI
      Deprecated.
      See Also:
  • Method Details

    • getPaintType

      short getPaintType()
      Deprecated.
    • getUri

      String getUri()
      Deprecated.
    • setUri

      void setUri(String uri)
      Deprecated.
    • setPaint

      void setPaint(short paintType, String uri, String rgbColor, String iccColor) throws SVGException
      Deprecated.
      Throws:
      SVGException