|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.batik.css.dom.CSSOMViewCSS
|
+--org.apache.batik.css.dom.CSSOMSVGViewCSS
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 |
public CSSOMSVGViewCSS(CSSEngine engine)
| Method Detail |
public CSSStyleDeclaration getComputedStyle(Element elt,
java.lang.String pseudoElt)
ViewCSS.getComputedStyle(Element,String).getComputedStyle in class CSSOMViewCSSorg.w3c.dom.css.ViewCSSelt - The element whose style is to be computed. This parameter
cannot be null.pseudoElt - The pseudo-element or null if none.CSSStyleDeclaration is
read-only and contains only absolute values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||