Class ComputedCSSStyleDeclaration

java.lang.Object
org.htmlunit.corejs.javascript.ScriptableObject
org.htmlunit.javascript.HtmlUnitScriptable
org.htmlunit.javascript.host.css.CSSStyleDeclaration
org.htmlunit.javascript.host.css.ComputedCSSStyleDeclaration
All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class ComputedCSSStyleDeclaration extends CSSStyleDeclaration
An object for a CSSStyleDeclaration, which is computed.
See Also: