public class CSSOMSVGStyleDeclaration extends CSSOMStyleDeclaration
Modifier and Type | Class and 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.
|
CSSOMStyleDeclaration.ModificationHandler, CSSOMStyleDeclaration.StyleDeclarationValue, CSSOMStyleDeclaration.ValueProvider
Modifier and Type | Field and Description |
---|---|
protected CSSEngine |
cssEngine
The CSS engine.
|
handler, parentRule, valueProvider, values
Constructor and Description |
---|
CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp,
org.w3c.dom.css.CSSRule parent,
CSSEngine eng)
Creates a new CSSOMSVGStyleDeclaration.
|
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.css.CSSValue |
createCSSValue(String name)
Creates the CSS value associated with the given property.
|
getCssText, getCSSValue, getLength, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, item, removeProperty, setCssText, setModificationHandler, setProperty
protected CSSEngine cssEngine
public CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, org.w3c.dom.css.CSSRule parent, CSSEngine eng)
protected org.w3c.dom.css.CSSValue createCSSValue(String name)
createCSSValue
in class CSSOMStyleDeclaration
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.