Package org.apache.batik.css.dom
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
This class represents a CSS value returned by this declaration.class
This class represents a CSS value returned by this declaration.Nested classes/interfaces inherited from class org.apache.batik.css.dom.CSSOMStyleDeclaration
CSSOMStyleDeclaration.ModificationHandler, CSSOMStyleDeclaration.StyleDeclarationValue, CSSOMStyleDeclaration.ValueProvider
-
Field Summary
FieldsFields inherited from class org.apache.batik.css.dom.CSSOMStyleDeclaration
handler, parentRule, valueProvider, values
-
Constructor Summary
ConstructorsConstructorDescriptionCSSOMSVGStyleDeclaration
(CSSOMStyleDeclaration.ValueProvider vp, CSSRule parent, CSSEngine eng) Creates a new CSSOMSVGStyleDeclaration. -
Method Summary
Modifier and TypeMethodDescriptionprotected CSSValue
createCSSValue
(String name) Creates the CSS value associated with the given property.Methods inherited from class org.apache.batik.css.dom.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:
createCSSValue
in classCSSOMStyleDeclaration
-