org.apache.batik.css.dom
Class CSSOMSVGComputedStyle
java.lang.Object
org.apache.batik.css.dom.CSSOMComputedStyle
org.apache.batik.css.dom.CSSOMSVGComputedStyle
- All Implemented Interfaces:
- CSSStyleDeclaration
public class CSSOMSVGComputedStyle
- extends CSSOMComputedStyle
This class represents the computed style of an SVG element.
Method Summary |
protected CSSValue |
createCSSValue(int idx)
Creates a CSSValue to manage the value at the given index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSSOMSVGComputedStyle
public CSSOMSVGComputedStyle(CSSEngine e,
CSSStylableElement elt,
String pseudoElt)
- Creates a new computed style.
createCSSValue
protected CSSValue createCSSValue(int idx)
- Creates a CSSValue to manage the value at the given index.
- Overrides:
createCSSValue
in class CSSOMComputedStyle
Copyright © 2008 Apache Software Foundation. All Rights Reserved.