Class CSSOMSVGPaint

    • Method Detail

      • getColorType

        public short getColorType()
        DOM: Implements SVGColor.getColorType().
        Specified by:
        getColorType in interface org.w3c.dom.svg.SVGColor
        Overrides:
        getColorType in class CSSOMSVGColor
      • getPaintType

        public short getPaintType()
        DOM: Implements SVGPaint.getPaintType().
        Specified by:
        getPaintType in interface org.w3c.dom.svg.SVGPaint
      • getUri

        public java.lang.String getUri()
        DOM: Implements SVGPaint.getUri().
        Specified by:
        getUri in interface org.w3c.dom.svg.SVGPaint
      • setUri

        public void setUri​(java.lang.String uri)
        DOM: Implements SVGPaint.setUri(String).
        Specified by:
        setUri in interface org.w3c.dom.svg.SVGPaint
      • setPaint

        public void setPaint​(short paintType,
                             java.lang.String uri,
                             java.lang.String rgbColor,
                             java.lang.String iccColor)
        DOM: Implements SVGPaint.setPaint(short,String,String,String).
        Specified by:
        setPaint in interface org.w3c.dom.svg.SVGPaint