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:
AbstractView, ViewCSS

public class CSSOMSVGViewCSS
extends CSSOMViewCSS

This class represents an object which provides the computed styles of the elements of a SVG document.


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, java.lang.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,
                                            java.lang.String pseudoElt)
DOM: Implements ViewCSS.getComputedStyle(Element,String).
Overrides:
getComputedStyle in class CSSOMViewCSS
Following copied from interface: org.w3c.dom.css.ViewCSS
Parameters:
elt - The element whose style is to be computed. This parameter cannot be null.
pseudoElt - The pseudo-element or null if none.
Returns:
The computed style. The CSSStyleDeclaration is read-only and contains only absolute values.


Copyright © 2002 Apache Software Foundation. All Rights Reserved.