Package org.apache.batik.anim.dom
Class SVGStylableElement.PresentationAttributeColorValue
java.lang.Object
org.apache.batik.css.dom.CSSOMSVGColor
org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeColorValue
- All Implemented Interfaces:
CSSOMSVGColor.ValueProvider
,LiveAttributeValue
,CSSValue
,RGBColor
,org.w3c.dom.svg.SVGColor
,org.w3c.dom.svg.SVGICCColor
,org.w3c.dom.svg.SVGNumberList
- Enclosing class:
- SVGStylableElement
public class SVGStylableElement.PresentationAttributeColorValue
extends CSSOMSVGColor
implements LiveAttributeValue, CSSOMSVGColor.ValueProvider
To manage a presentation attribute SVGColor value.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.batik.css.dom.CSSOMSVGColor
CSSOMSVGColor.AbstractComponent, CSSOMSVGColor.AbstractModificationHandler, CSSOMSVGColor.BlueComponent, CSSOMSVGColor.ColorNumber, CSSOMSVGColor.FloatComponent, CSSOMSVGColor.GreenComponent, CSSOMSVGColor.ModificationHandler, CSSOMSVGColor.RedComponent, CSSOMSVGColor.ValueProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CSSEngine
The CSS engine.protected boolean
Whether the mutation comes from this object.protected String
The property name.protected Value
The value.Fields inherited from class org.apache.batik.css.dom.CSSOMSVGColor
blueComponent, greenComponent, handler, iccColors, redComponent, valueProvider
Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST
Fields inherited from interface org.w3c.dom.svg.SVGColor
SVG_COLORTYPE_CURRENTCOLOR, SVG_COLORTYPE_RGBCOLOR, SVG_COLORTYPE_RGBCOLOR_ICCCOLOR, SVG_COLORTYPE_UNKNOWN
-
Constructor Summary
ConstructorsConstructorDescriptionPresentationAttributeColorValue
(CSSEngine eng, String prop) Creates a new PresentationAttributeColorValue. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when an Attr node has been added.void
attrModified
(Attr node, String oldv, String newv) Called when an Attr node has been modified.void
attrRemoved
(Attr node, String oldv) Called when an Attr node has been removed.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, getICCColor, getItem, getNumberOfItems, getRed, getRgbColor, getRGBColor, initialize, insertItemBefore, removeItem, replaceItem, setColor, setColorProfile, setCssText, setModificationHandler, setRGBColor, setRGBColorICCColor
-
Field Details
-
cssEngine
The CSS engine. -
property
The property name. -
value
The value. -
mutate
protected boolean mutateWhether the mutation comes from this object.
-
-
Constructor Details
-
PresentationAttributeColorValue
Creates a new PresentationAttributeColorValue.
-
-
Method Details
-
getValue
Returns the current value associated with this object.- Specified by:
getValue
in interfaceCSSOMSVGColor.ValueProvider
-
attrAdded
Called when an Attr node has been added.- Specified by:
attrAdded
in interfaceLiveAttributeValue
-
attrModified
Called when an Attr node has been modified.- Specified by:
attrModified
in interfaceLiveAttributeValue
-
attrRemoved
Called when an Attr node has been removed.- Specified by:
attrRemoved
in interfaceLiveAttributeValue
-