Class CSSOMSVGComputedStyle
java.lang.Object
org.apache.batik.css.dom.CSSOMComputedStyle
org.apache.batik.css.dom.CSSOMSVGComputedStyle
- All Implemented Interfaces:
CSSStyleDeclaration
This class represents the computed style of an SVG element.
- Version:
- $Id$
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classTo manage a computed color CSSValue.classTo manage a computed paint CSSValue.Nested classes/interfaces inherited from class CSSOMComputedStyle
CSSOMComputedStyle.ComputedCSSValue -
Field Summary
Fields inherited from class CSSOMComputedStyle
cssEngine, element, pseudoElement, values -
Constructor Summary
ConstructorsConstructorDescriptionCSSOMSVGComputedStyle(CSSEngine e, CSSStylableElement elt, String pseudoElt) Creates a new computed style. -
Method Summary
Modifier and TypeMethodDescriptionprotected CSSValuecreateCSSValue(int idx) Creates a CSSValue to manage the value at the given index.Methods inherited from class CSSOMComputedStyle
getCssText, getLength, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, item, removeProperty, setCssText, setProperty
-
Constructor Details
-
CSSOMSVGComputedStyle
Creates a new computed style.
-
-
Method Details
-
createCSSValue
Creates a CSSValue to manage the value at the given index.- Overrides:
createCSSValuein classCSSOMComputedStyle
-