Class CSSOMSVGViewCSS

java.lang.Object
org.apache.batik.css.dom.CSSOMViewCSS
org.apache.batik.css.dom.CSSOMSVGViewCSS
All Implemented Interfaces:
org.w3c.dom.css.ViewCSS, AbstractView

public class CSSOMSVGViewCSS extends CSSOMViewCSS
This class represents an object which provides the computed styles of the elements of a SVG document.
  • Constructor Details

    • CSSOMSVGViewCSS

      public CSSOMSVGViewCSS(CSSEngine engine)
      Creates a new ViewCSS.
  • Method Details

    • getComputedStyle

      public org.w3c.dom.css.CSSStyleDeclaration getComputedStyle(Element elt, String pseudoElt)
      DOM: Implements ViewCSS.getComputedStyle(Element,String).
      Specified by:
      getComputedStyle in interface org.w3c.dom.css.ViewCSS
      Overrides:
      getComputedStyle in class CSSOMViewCSS