Package 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 $
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
CSSOMSVGComputedStyle.ComputedCSSColorValue
To manage a computed color CSSValue.class
CSSOMSVGComputedStyle.ComputedCSSPaintValue
To manage a computed paint CSSValue.-
Nested classes/interfaces inherited from class org.apache.batik.css.dom.CSSOMComputedStyle
CSSOMComputedStyle.ComputedCSSValue
-
-
Field Summary
-
Fields inherited from class org.apache.batik.css.dom.CSSOMComputedStyle
cssEngine, element, pseudoElement, values
-
-
Constructor Summary
Constructors Constructor Description CSSOMSVGComputedStyle(CSSEngine e, CSSStylableElement elt, java.lang.String pseudoElt)
Creates a new computed style.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.w3c.dom.css.CSSValue
createCSSValue(int idx)
Creates a CSSValue to manage the value at the given index.-
Methods inherited from class org.apache.batik.css.dom.CSSOMComputedStyle
getCssText, getLength, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, item, removeProperty, setCssText, setProperty
-
-
-
-
Constructor Detail
-
CSSOMSVGComputedStyle
public CSSOMSVGComputedStyle(CSSEngine e, CSSStylableElement elt, java.lang.String pseudoElt)
Creates a new computed style.
-
-
Method Detail
-
createCSSValue
protected org.w3c.dom.css.CSSValue createCSSValue(int idx)
Creates a CSSValue to manage the value at the given index.- Overrides:
createCSSValue
in classCSSOMComputedStyle
-
-