Package org.apache.batik.css.dom
Class CSSOMSVGViewCSS
java.lang.Object
org.apache.batik.css.dom.CSSOMViewCSS
org.apache.batik.css.dom.CSSOMSVGViewCSS
- All Implemented Interfaces:
ViewCSS
,AbstractView
This class represents an object which provides the computed styles
of the elements of a SVG document.
- Version:
- $Id: CSSOMSVGViewCSS.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
Fields inherited from class org.apache.batik.css.dom.CSSOMViewCSS
cssEngine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetComputedStyle
(Element elt, String pseudoElt) DOM: ImplementsViewCSS.getComputedStyle(Element,String)
.Methods inherited from class org.apache.batik.css.dom.CSSOMViewCSS
getDocument
-
Constructor Details
-
CSSOMSVGViewCSS
Creates a new ViewCSS.
-
-
Method Details
-
getComputedStyle
DOM: ImplementsViewCSS.getComputedStyle(Element,String)
.- Specified by:
getComputedStyle
in interfaceViewCSS
- Overrides:
getComputedStyle
in classCSSOMViewCSS
-