Class CSSComputedStyleImpl

java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.CSSStyleDeclarationImpl
org.eclipse.e4.ui.css.core.impl.dom.CSSComputedStyleImpl
All Implemented Interfaces:
CSSStyleDeclaration

public class CSSComputedStyleImpl extends CSSStyleDeclarationImpl
Computed style merging the declarations of all rules that match an element, ordered by specificity and source position.
  • Constructor Details

    • CSSComputedStyleImpl

      public CSSComputedStyleImpl(List<StyleWrapper> styleRules)