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
This class represents an object which provides the computed styles
of the elements of a document.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.w3c.dom.css.CSSStyleDeclarationgetComputedStyle(Element elt, String pseudoElt) DOM: ImplementsViewCSS.getComputedStyle(Element,String).org.w3c.dom.views.DocumentViewDOM: ImplementsAbstractView.getDocument().
-
Field Details
-
cssEngine
The associated CSS engine.
-
-
Constructor Details
-
CSSOMViewCSS
Creates a new ViewCSS.
-
-
Method Details
-
getDocument
public org.w3c.dom.views.DocumentView getDocument()DOM: ImplementsAbstractView.getDocument().- Specified by:
getDocumentin interfaceorg.w3c.dom.views.AbstractView
-
getComputedStyle
DOM: ImplementsViewCSS.getComputedStyle(Element,String).- Specified by:
getComputedStylein interfaceorg.w3c.dom.css.ViewCSS
-