org.apache.batik.css.dom

Class CSSOMSVGViewCSS

public class CSSOMSVGViewCSS extends CSSOMViewCSS

This class represents an object which provides the computed styles of the elements of a SVG document.
Constructor Summary
CSSOMSVGViewCSS(CSSEngine engine)
Creates a new ViewCSS.
Method Summary
CSSStyleDeclarationgetComputedStyle(Element elt, String pseudoElt)
DOM: Implements org.w3c.dom.css.ViewCSS#getComputedStyle(Element,String).

Constructor Detail

CSSOMSVGViewCSS

public CSSOMSVGViewCSS(CSSEngine engine)
Creates a new ViewCSS.

Method Detail

getComputedStyle

public CSSStyleDeclaration getComputedStyle(Element elt, String pseudoElt)
DOM: Implements org.w3c.dom.css.ViewCSS#getComputedStyle(Element,String).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.