org.apache.batik.dom.svg
Class SVGStylableElement.PresentationAttributePaintValue
java.lang.Object
org.apache.batik.css.dom.CSSOMSVGColor
org.apache.batik.css.dom.CSSOMSVGPaint
org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributePaintValue
- All Implemented Interfaces:
- CSSOMSVGColor.ValueProvider, LiveAttributeValue, CSSValue, RGBColor, org.w3c.dom.svg.SVGColor, org.w3c.dom.svg.SVGICCColor, org.w3c.dom.svg.SVGNumberList, org.w3c.dom.svg.SVGPaint
- Enclosing class:
- SVGStylableElement
public class SVGStylableElement.PresentationAttributePaintValue
- extends CSSOMSVGPaint
- implements LiveAttributeValue, CSSOMSVGColor.ValueProvider
To manage a presentation attribute SVGPaint value.
Fields inherited from interface org.w3c.dom.svg.SVGPaint |
SVG_PAINTTYPE_CURRENTCOLOR, SVG_PAINTTYPE_NONE, SVG_PAINTTYPE_RGBCOLOR, SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR, SVG_PAINTTYPE_UNKNOWN, SVG_PAINTTYPE_URI, SVG_PAINTTYPE_URI_CURRENTCOLOR, SVG_PAINTTYPE_URI_NONE, SVG_PAINTTYPE_URI_RGBCOLOR, SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR |
Fields inherited from interface org.w3c.dom.svg.SVGColor |
SVG_COLORTYPE_CURRENTCOLOR, SVG_COLORTYPE_RGBCOLOR, SVG_COLORTYPE_RGBCOLOR_ICCCOLOR, SVG_COLORTYPE_UNKNOWN |
Methods inherited from class org.apache.batik.css.dom.CSSOMSVGColor |
appendItem, clear, getBlue, getColorProfile, getColors, getCssText, getCssValueType, getGreen, getIccColor, getICCColor, getItem, getNumberOfItems, getRed, getRgbColor, getRGBColor, initialize, insertItemBefore, removeItem, replaceItem, setColor, setColorProfile, setCssText, setRGBColor, setRGBColorICCColor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.svg.SVGColor |
getICCColor, getRGBColor, setColor, setRGBColor, setRGBColorICCColor |
cssEngine
protected CSSEngine cssEngine
- The CSS engine.
property
protected String property
- The property name.
value
protected Value value
- The value.
mutate
protected boolean mutate
- Whether the mutation comes from this object.
SVGStylableElement.PresentationAttributePaintValue
public SVGStylableElement.PresentationAttributePaintValue(CSSEngine eng,
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(Attr node,
String newv)
- Called when an Attr node has been added.
- Specified by:
attrAdded
in interface LiveAttributeValue
attrModified
public void attrModified(Attr node,
String oldv,
String newv)
- Called when an Attr node has been modified.
- Specified by:
attrModified
in interface LiveAttributeValue
attrRemoved
public void attrRemoved(Attr node,
String oldv)
- Called when an Attr node has been removed.
- Specified by:
attrRemoved
in interface LiveAttributeValue
Copyright © 2008 Apache Software Foundation. All Rights Reserved.