Class CSSOMViewCSS

  • All Implemented Interfaces:
    org.w3c.dom.css.ViewCSS, org.w3c.dom.views.AbstractView
    Direct Known Subclasses:
    CSSOMSVGViewCSS

    public class CSSOMViewCSS
    extends java.lang.Object
    implements org.w3c.dom.css.ViewCSS
    This class represents an object which provides the computed styles of the elements of a document.
    Version:
    $Id: CSSOMViewCSS.java 1808001 2017-09-11 09:51:29Z ssteiner $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected CSSEngine cssEngine
      The associated CSS engine.
    • Constructor Summary

      Constructors 
      Constructor Description
      CSSOMViewCSS​(CSSEngine engine)
      Creates a new ViewCSS.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.css.CSSStyleDeclaration getComputedStyle​(org.w3c.dom.Element elt, java.lang.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

      • cssEngine

        protected CSSEngine cssEngine
        The associated CSS engine.
    • Constructor Detail

      • CSSOMViewCSS

        public CSSOMViewCSS​(CSSEngine engine)
        Creates a new ViewCSS.
    • Method Detail

      • getDocument

        public org.w3c.dom.views.DocumentView getDocument()
        DOM: Implements AbstractView.getDocument().
        Specified by:
        getDocument in interface org.w3c.dom.views.AbstractView
      • getComputedStyle

        public org.w3c.dom.css.CSSStyleDeclaration getComputedStyle​(org.w3c.dom.Element elt,
                                                                    java.lang.String pseudoElt)
        DOM: Implements ViewCSS.getComputedStyle(Element,String).
        Specified by:
        getComputedStyle in interface org.w3c.dom.css.ViewCSS