Class CSSOMSVGComputedStyle

java.lang.Object
org.apache.batik.css.dom.CSSOMComputedStyle
org.apache.batik.css.dom.CSSOMSVGComputedStyle
All Implemented Interfaces:
org.w3c.dom.css.CSSStyleDeclaration

public class CSSOMSVGComputedStyle extends CSSOMComputedStyle
This class represents the computed style of an SVG element.
  • Constructor Details

  • Method Details

    • 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