Class CSSOMSVGComputedStyle

  • All Implemented Interfaces:
    org.w3c.dom.css.CSSStyleDeclaration

    public class CSSOMSVGComputedStyle
    extends CSSOMComputedStyle
    This class represents the computed style of an SVG element.
    Version:
    $Id: CSSOMSVGComputedStyle.java 1733416 2016-03-03 07:07:13Z gadams $
    • Constructor Detail

      • CSSOMSVGComputedStyle

        public CSSOMSVGComputedStyle​(CSSEngine e,
                                     CSSStylableElement elt,
                                     java.lang.String pseudoElt)
        Creates a new computed style.
    • Method Detail

      • createCSSValue

        protected org.w3c.dom.css.CSSValue createCSSValue​(int idx)
        Creates a CSSValue to manage the value at the given index.
        Overrides:
        createCSSValue in class CSSOMComputedStyle