org.apache.batik.css.dom

Class CSSOMSVGComputedStyle

public class CSSOMSVGComputedStyle extends CSSOMComputedStyle

This class represents the computed style of an SVG element.
Nested Class Summary
protected classCSSOMSVGComputedStyle.ComputedCSSColorValue
To manage a computed color CSSValue.
classCSSOMSVGComputedStyle.ComputedCSSPaintValue
To manage a computed paint CSSValue.
Constructor Summary
CSSOMSVGComputedStyle(CSSEngine e, CSSStylableElement elt, String pseudoElt)
Creates a new computed style.
Method Summary
protected CSSValuecreateCSSValue(int idx)
Creates a CSSValue to manage the value at the given index.

Constructor Detail

CSSOMSVGComputedStyle

public CSSOMSVGComputedStyle(CSSEngine e, CSSStylableElement elt, String pseudoElt)
Creates a new computed style.

Method Detail

createCSSValue

protected CSSValue createCSSValue(int idx)
Creates a CSSValue to manage the value at the given index.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.