org.apache.batik.css.dom
Class CSSOMSVGViewCSS

java.lang.Object
  extended by org.apache.batik.css.dom.CSSOMViewCSS
      extended by org.apache.batik.css.dom.CSSOMSVGViewCSS
All Implemented Interfaces:
ViewCSS, 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
CSSOMSVGViewCSS(CSSEngine engine)
          Creates a new ViewCSS.
 
Method Summary
 CSSStyleDeclaration getComputedStyle(Element elt, String pseudoElt)
          DOM: Implements ViewCSS.getComputedStyle(Element,String).
 
Methods inherited from class org.apache.batik.css.dom.CSSOMViewCSS
getDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSOMSVGViewCSS

public CSSOMSVGViewCSS(CSSEngine engine)
Creates a new ViewCSS.

Method Detail

getComputedStyle

public CSSStyleDeclaration getComputedStyle(Element elt,
                                            String pseudoElt)
DOM: Implements ViewCSS.getComputedStyle(Element,String).

Specified by:
getComputedStyle in interface ViewCSS
Overrides:
getComputedStyle in class CSSOMViewCSS


Copyright © 2017 Apache Software Foundation. All Rights Reserved.