Class CSSOMSVGStyleDeclaration

  • All Implemented Interfaces:
    org.w3c.dom.css.CSSStyleDeclaration
    Direct Known Subclasses:
    CSSOMStoredStyleDeclaration

    public class CSSOMSVGStyleDeclaration
    extends CSSOMStyleDeclaration
    This class represents a SVG style declaration.
    Version:
    $Id: CSSOMSVGStyleDeclaration.java 1733416 2016-03-03 07:07:13Z gadams $
    • Field Detail

      • cssEngine

        protected CSSEngine cssEngine
        The CSS engine.
    • Method Detail

      • createCSSValue

        protected org.w3c.dom.css.CSSValue createCSSValue​(java.lang.String name)
        Creates the CSS value associated with the given property.
        Overrides:
        createCSSValue in class CSSOMStyleDeclaration