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.
- Version:
- $Id: CSSOMSVGViewCSS.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Stephane Hillion
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSSOMSVGViewCSS
public CSSOMSVGViewCSS(CSSEngine engine)
- Creates a new ViewCSS.
getComputedStyle
public org.w3c.dom.css.CSSStyleDeclaration getComputedStyle(Element elt,
String pseudoElt)
- DOM: Implements
ViewCSS.getComputedStyle(Element,String).
- Specified by:
getComputedStyle in interface org.w3c.dom.css.ViewCSS- Overrides:
getComputedStyle in class CSSOMViewCSS
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.