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
public class CSSOMSVGStyleDeclaration
- extends CSSOMStyleDeclaration
This class represents a SVG style declaration.
Methods inherited from class org.apache.batik.css.dom.CSSOMStyleDeclaration |
getCssText, getCSSValue, getLength, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, item, removeProperty, setCssText, setModificationHandler, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cssEngine
protected CSSEngine cssEngine
- The CSS engine.
CSSOMSVGStyleDeclaration
public CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp,
CSSRule parent,
CSSEngine eng)
- Creates a new CSSOMSVGStyleDeclaration.
createCSSValue
protected CSSValue createCSSValue(String name)
- Creates the CSS value associated with the given property.
- Overrides:
createCSSValue
in class CSSOMStyleDeclaration
Copyright © 2017 Apache Software Foundation. All Rights Reserved.