org.apache.batik.css.dom
public class CSSOMViewCSS extends Object implements ViewCSS
Field Summary | |
---|---|
protected CSSEngine | cssEngine
The associated CSS engine. |
Constructor Summary | |
---|---|
CSSOMViewCSS(CSSEngine engine)
Creates a new ViewCSS. |
Method Summary | |
---|---|
CSSStyleDeclaration | getComputedStyle(Element elt, String pseudoElt)
DOM: Implements org.w3c.dom.css.ViewCSS#getComputedStyle(Element,String). |
DocumentView | getDocument()
DOM: Implements org.w3c.dom.views.AbstractView#getDocument(). |