Class ComputedCSSStyle

All Implemented Interfaces:
CSSComputedProperties, CSSStyleDeclaration, NodeStyleDeclaration, Serializable, Cloneable, CSS2Properties
Direct Known Subclasses:
DOMComputedStyle

public abstract class ComputedCSSStyle extends BaseCSSStyleDeclaration implements CSSComputedProperties
Style declaration that computes CSS properties.

See section 6.1 of the Document Object Model CSS spec.

See Also: