|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.css.dom.CSSOMViewCSS
org.apache.batik.css.dom.CSSOMSVGViewCSS
public class CSSOMSVGViewCSS
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 | |
---|---|
org.w3c.dom.css.CSSStyleDeclaration |
getComputedStyle(org.w3c.dom.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 org.w3c.dom.css.CSSStyleDeclaration getComputedStyle(org.w3c.dom.Element elt, java.lang.String pseudoElt)
ViewCSS.getComputedStyle(Element,String)
.
getComputedStyle
in interface org.w3c.dom.css.ViewCSS
getComputedStyle
in class CSSOMViewCSS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |