Package org.apache.batik.css.dom
Class CSSOMViewCSS
java.lang.Object
org.apache.batik.css.dom.CSSOMViewCSS
- All Implemented Interfaces:
ViewCSS
,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 TypeMethodDescriptiongetComputedStyle
(Element elt, String pseudoElt) DOM: ImplementsViewCSS.getComputedStyle(Element,String)
.DOM: ImplementsAbstractView.getDocument()
.
-
Field Details
-
cssEngine
The associated CSS engine.
-
-
Constructor Details
-
CSSOMViewCSS
Creates a new ViewCSS.
-
-
Method Details
-
getDocument
DOM: ImplementsAbstractView.getDocument()
.- Specified by:
getDocument
in interfaceAbstractView
-
getComputedStyle
DOM: ImplementsViewCSS.getComputedStyle(Element,String)
.- Specified by:
getComputedStyle
in interfaceViewCSS
-