Class CSSOMViewCSS
java.lang.Object
org.apache.batik.css.dom.CSSOMViewCSS
- All Implemented Interfaces:
ViewCSS, AbstractView
- Direct Known Subclasses:
CSSOMSVGViewCSS
-
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:
getDocumentin interfaceAbstractView
-
getComputedStyle
DOM: ImplementsViewCSS.getComputedStyle(Element,String).- Specified by:
getComputedStylein interfaceViewCSS
-