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:
- org.w3c.dom.css.CSSStyleDeclaration
public class CSSOMSVGComputedStyle
- extends CSSOMComputedStyle
This class represents the computed style of an SVG element.
- Version:
- $Id: CSSOMSVGComputedStyle.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Stephane Hillion
| 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 org.w3c.dom.css.CSSValue createCSSValue(int idx)
- Creates a CSSValue to manage the value at the given index.
- Overrides:
createCSSValue in class CSSOMComputedStyle
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.