org.apache.batik.dom.svg
Class SVGStylableElement.PresentationAttributeColorValue
java.lang.Object
|
+--org.apache.batik.css.dom.CSSOMSVGColor
|
+--org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributeColorValue
- All Implemented Interfaces:
- CSSOMSVGColor.ValueProvider, org.w3c.dom.css.CSSValue, LiveAttributeValue, org.w3c.dom.css.RGBColor, SVGColor, SVGICCColor, SVGNumberList
- Enclosing class:
- SVGStylableElement
- public class SVGStylableElement.PresentationAttributeColorValue
- extends CSSOMSVGColor
- implements LiveAttributeValue, CSSOMSVGColor.ValueProvider
To manage a presentation attribute SVGColor value.
Field Summary |
protected CSSEngine |
cssEngine
The CSS engine. |
protected boolean |
mutate
Whether the mutation comes from this object. |
protected java.lang.String |
property
The property name. |
protected Value |
value
The value. |
Fields inherited from interface org.w3c.dom.css.CSSValue |
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST |
Method Summary |
void |
attrAdded(org.w3c.dom.Attr node,
java.lang.String newv)
Called when an Attr node has been added. |
void |
attrModified(org.w3c.dom.Attr node,
java.lang.String oldv,
java.lang.String newv)
Called when an Attr node has been modified. |
void |
attrRemoved(org.w3c.dom.Attr node,
java.lang.String oldv)
Called when an Attr node has been removed. |
Value |
getValue()
Returns the current value associated with this object. |
Methods inherited from class org.apache.batik.css.dom.CSSOMSVGColor |
appendItem, clear, getBlue, getColorProfile, getColors, getColorType, getCssText, getCssValueType, getGreen, getICCColor, getItem, getNumberOfItems, getRed, getRGBColor, initialize, insertItemBefore, removeItem, replaceItem, setColor, setColorProfile, setCssText, setModificationHandler, setRGBColor, setRGBColorICCColor |
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.
property
protected java.lang.String property
- The property name.
value
protected Value value
- The value.
mutate
protected boolean mutate
- Whether the mutation comes from this object.
SVGStylableElement.PresentationAttributeColorValue
public SVGStylableElement.PresentationAttributeColorValue(CSSEngine eng,
java.lang.String prop)
- Creates a new PresentationAttributeColorValue.
getValue
public Value getValue()
- Returns the current value associated with this object.
- Specified by:
getValue
in interface CSSOMSVGColor.ValueProvider
attrAdded
public void attrAdded(org.w3c.dom.Attr node,
java.lang.String newv)
- Called when an Attr node has been added.
- Specified by:
attrAdded
in interface LiveAttributeValue
attrModified
public void attrModified(org.w3c.dom.Attr node,
java.lang.String oldv,
java.lang.String newv)
- Called when an Attr node has been modified.
- Specified by:
attrModified
in interface LiveAttributeValue
attrRemoved
public void attrRemoved(org.w3c.dom.Attr node,
java.lang.String oldv)
- Called when an Attr node has been removed.
- Specified by:
attrRemoved
in interface LiveAttributeValue
Copyright © 2004 Apache Software Foundation. All Rights Reserved.