org.apache.batik.css.dom
public class CSSOMViewCSS extends java.lang.Object implements ViewCSS
| Modifier and Type | Field and Description |
|---|---|
protected CSSEngine |
cssEngine
The associated CSS engine.
|
| Constructor and Description |
|---|
CSSOMViewCSS(CSSEngine engine)
Creates a new ViewCSS.
|
| Modifier and Type | Method and Description |
|---|---|
CSSStyleDeclaration |
getComputedStyle(Element elt,
java.lang.String pseudoElt)
DOM: Implements
ViewCSS.getComputedStyle(Element,String). |
DocumentView |
getDocument()
DOM: Implements
AbstractView.getDocument(). |
protected CSSEngine cssEngine
public CSSOMViewCSS(CSSEngine engine)
public DocumentView getDocument()
AbstractView.getDocument().getDocument in interface AbstractViewpublic CSSStyleDeclaration getComputedStyle(Element elt, java.lang.String pseudoElt)
ViewCSS.getComputedStyle(Element,String).getComputedStyle in interface ViewCSSCopyright ? 2008 Apache Software Foundation. All Rights Reserved.