Class CSSOMSVGStyleDeclaration
java.lang.Object
org.apache.batik.css.dom.CSSOMStyleDeclaration
org.apache.batik.css.dom.CSSOMSVGStyleDeclaration
- All Implemented Interfaces:
CSSStyleDeclaration
- Direct Known Subclasses:
CSSOMStoredStyleDeclaration
This class represents a SVG style declaration.
- Version:
- $Id$
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassThis class represents a CSS value returned by this declaration.classThis class represents a CSS value returned by this declaration.Nested classes/interfaces inherited from class CSSOMStyleDeclaration
CSSOMStyleDeclaration.ModificationHandler, CSSOMStyleDeclaration.StyleDeclarationValue, CSSOMStyleDeclaration.ValueProvider -
Field Summary
FieldsFields inherited from class CSSOMStyleDeclaration
handler, parentRule, valueProvider, values -
Constructor Summary
ConstructorsConstructorDescriptionCSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, CSSRule parent, CSSEngine eng) Creates a new CSSOMSVGStyleDeclaration. -
Method Summary
Modifier and TypeMethodDescriptionprotected CSSValuecreateCSSValue(String name) Creates the CSS value associated with the given property.Methods inherited from class CSSOMStyleDeclaration
getCssText, getCSSValue, getLength, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, item, removeProperty, setCssText, setModificationHandler, setProperty
-
Field Details
-
cssEngine
The CSS engine.
-
-
Constructor Details
-
CSSOMSVGStyleDeclaration
public CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, CSSRule parent, CSSEngine eng) Creates a new CSSOMSVGStyleDeclaration.
-
-
Method Details
-
createCSSValue
Creates the CSS value associated with the given property.- Overrides:
createCSSValuein classCSSOMStyleDeclaration
-