|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.dom.CSSOMViewCSS
public class CSSOMViewCSS
This class represents an object which provides the computed styles of the elements of a document.
| Field Summary | |
|---|---|
protected CSSEngine |
cssEngine
The associated CSS engine. |
| Constructor Summary | |
|---|---|
CSSOMViewCSS(CSSEngine engine)
Creates a new ViewCSS. |
|
| Method Summary | |
|---|---|
org.w3c.dom.css.CSSStyleDeclaration |
getComputedStyle(Element elt,
String pseudoElt)
DOM: Implements ViewCSS.getComputedStyle(Element,String). |
org.w3c.dom.views.DocumentView |
getDocument()
DOM: Implements AbstractView.getDocument(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CSSEngine cssEngine
| Constructor Detail |
|---|
public CSSOMViewCSS(CSSEngine engine)
| Method Detail |
|---|
public org.w3c.dom.views.DocumentView getDocument()
AbstractView.getDocument().
getDocument in interface org.w3c.dom.views.AbstractView
public org.w3c.dom.css.CSSStyleDeclaration getComputedStyle(Element elt,
String pseudoElt)
ViewCSS.getComputedStyle(Element,String).
getComputedStyle in interface org.w3c.dom.css.ViewCSS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||