protected class SVGStylableElement.OverrideStyleDeclaration extends CSSOMStoredStyleDeclaration
CSSOMSVGStyleDeclaration.StyleDeclarationColorValue, CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue
CSSOMStyleDeclaration.ModificationHandler, CSSOMStyleDeclaration.StyleDeclarationValue, CSSOMStyleDeclaration.ValueProvider
declaration
cssEngine
handler, parentRule, valueProvider, values
Modifier | Constructor and Description |
---|---|
protected |
OverrideStyleDeclaration(CSSEngine eng)
Creates a new OverrideStyleDeclaration.
|
Modifier and Type | Method and Description |
---|---|
void |
propertyChanged(java.lang.String name,
java.lang.String value,
java.lang.String prio)
Called when a property was changed.
|
void |
propertyRemoved(java.lang.String name)
Called when a property was removed.
|
void |
textChanged(java.lang.String text)
Called when the value text has changed.
|
getLength, getStyleDeclaration, getText, getValue, isImportant, item, setStyleDeclaration
createCSSValue
getCssText, getCSSValue, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, removeProperty, setCssText, setModificationHandler, setProperty
protected OverrideStyleDeclaration(CSSEngine eng)
public void textChanged(java.lang.String text) throws DOMException
DOMException
public void propertyRemoved(java.lang.String name) throws DOMException
DOMException
public void propertyChanged(java.lang.String name, java.lang.String value, java.lang.String prio) throws DOMException
DOMException
Copyright © 2022 Apache Software Foundation. All Rights Reserved.