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:
org.w3c.dom.css.ViewCSS
,org.w3c.dom.views.AbstractView
public class CSSOMSVGViewCSS extends CSSOMViewCSS
This class represents an object which provides the computed styles of the elements of a SVG document.
-
-
Field Summary
-
Fields inherited from class org.apache.batik.css.dom.CSSOMViewCSS
cssEngine
-
-
Constructor Summary
Constructors Constructor Description CSSOMSVGViewCSS(CSSEngine engine)
Creates a new ViewCSS.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.css.CSSStyleDeclaration
getComputedStyle(org.w3c.dom.Element elt, java.lang.String pseudoElt)
DOM: ImplementsViewCSS.getComputedStyle(Element,String)
.-
Methods inherited from class org.apache.batik.css.dom.CSSOMViewCSS
getDocument
-
-
-
-
Constructor Detail
-
CSSOMSVGViewCSS
public CSSOMSVGViewCSS(CSSEngine engine)
Creates a new ViewCSS.
-
-
Method Detail
-
getComputedStyle
public org.w3c.dom.css.CSSStyleDeclaration getComputedStyle(org.w3c.dom.Element elt, java.lang.String pseudoElt)
DOM: ImplementsViewCSS.getComputedStyle(Element,String)
.- Specified by:
getComputedStyle
in interfaceorg.w3c.dom.css.ViewCSS
- Overrides:
getComputedStyle
in classCSSOMViewCSS
-
-