Package org.apache.batik.css.dom
Class CSSOMViewCSS
- java.lang.Object
-
- org.apache.batik.css.dom.CSSOMViewCSS
-
- All Implemented Interfaces:
org.w3c.dom.css.ViewCSS,org.w3c.dom.views.AbstractView
- Direct Known Subclasses:
CSSOMSVGViewCSS
public class CSSOMViewCSS extends java.lang.Object implements org.w3c.dom.css.ViewCSSThis class represents an object which provides the computed styles of the elements of a document.- Version:
- $Id: CSSOMViewCSS.java 1808001 2017-09-11 09:51:29Z ssteiner $
-
-
Constructor Summary
Constructors Constructor Description CSSOMViewCSS(CSSEngine engine)Creates a new ViewCSS.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.css.CSSStyleDeclarationgetComputedStyle(org.w3c.dom.Element elt, java.lang.String pseudoElt)DOM: ImplementsViewCSS.getComputedStyle(Element,String).org.w3c.dom.views.DocumentViewgetDocument()DOM: ImplementsAbstractView.getDocument().
-
-
-
Field Detail
-
cssEngine
protected CSSEngine cssEngine
The associated CSS engine.
-
-
Constructor Detail
-
CSSOMViewCSS
public CSSOMViewCSS(CSSEngine engine)
Creates a new ViewCSS.
-
-
Method Detail
-
getDocument
public org.w3c.dom.views.DocumentView getDocument()
DOM: ImplementsAbstractView.getDocument().- Specified by:
getDocumentin interfaceorg.w3c.dom.views.AbstractView
-
getComputedStyle
public org.w3c.dom.css.CSSStyleDeclaration getComputedStyle(org.w3c.dom.Element elt, java.lang.String pseudoElt)DOM: ImplementsViewCSS.getComputedStyle(Element,String).- Specified by:
getComputedStylein interfaceorg.w3c.dom.css.ViewCSS
-
-