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:
org.w3c.dom.css.CSSStyleDeclaration
- Direct Known Subclasses:
CSSOMStoredStyleDeclaration
public class CSSOMSVGStyleDeclaration extends CSSOMStyleDeclaration
This class represents a SVG style declaration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
CSSOMSVGStyleDeclaration.StyleDeclarationColorValue
This class represents a CSS value returned by this declaration.class
CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue
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
Fields Modifier and Type Field Description protected CSSEngine
cssEngine
The CSS engine.-
Fields inherited from class org.apache.batik.css.dom.CSSOMStyleDeclaration
handler, parentRule, valueProvider, values
-
-
Constructor Summary
Constructors Constructor Description CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, org.w3c.dom.css.CSSRule parent, CSSEngine eng)
Creates a new CSSOMSVGStyleDeclaration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.w3c.dom.css.CSSValue
createCSSValue(java.lang.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 Detail
-
cssEngine
protected CSSEngine cssEngine
The CSS engine.
-
-
Constructor Detail
-
CSSOMSVGStyleDeclaration
public CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, org.w3c.dom.css.CSSRule parent, CSSEngine eng)
Creates a new CSSOMSVGStyleDeclaration.
-
-
Method Detail
-
createCSSValue
protected org.w3c.dom.css.CSSValue createCSSValue(java.lang.String name)
Creates the CSS value associated with the given property.- Overrides:
createCSSValue
in classCSSOMStyleDeclaration
-
-