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
This class represents the computed style of an SVG element.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
To manage a computed color CSSValue.class
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
ConstructorsConstructorDescriptionCSSOMSVGComputedStyle
(CSSEngine e, CSSStylableElement elt, String pseudoElt) Creates a new computed style. -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
CSSOMSVGComputedStyle
Creates a new computed style.
-
-
Method Details
-
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
-