org.apache.batik.dom.svg
Class SVGOMAnimatedLengthList.BaseSVGLengthList
java.lang.Object
org.apache.batik.dom.svg.AbstractSVGList
org.apache.batik.dom.svg.AbstractSVGLengthList
org.apache.batik.dom.svg.SVGOMAnimatedLengthList.BaseSVGLengthList
- All Implemented Interfaces:
- org.w3c.dom.svg.SVGLengthList
- Enclosing class:
- SVGOMAnimatedLengthList
public class SVGOMAnimatedLengthList.BaseSVGLengthList
- extends AbstractSVGLengthList
SVGLengthList
implementation for the base length list value.
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGList |
appendItemImpl, clear, clear, getItemImpl, getNumberOfItems, initializeImpl, insertItemBeforeImpl, invalidate, itemChanged, removeIfNeeded, removeItem, removeItemImpl, replaceItemImpl, resetAttribute, resetAttribute, setValueAsString |
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.SVGLengthList |
clear, getNumberOfItems |
SVGOMAnimatedLengthList.BaseSVGLengthList
public SVGOMAnimatedLengthList.BaseSVGLengthList()
- Creates a new BaseSVGLengthList.
createDOMException
protected DOMException createDOMException(short type,
String key,
Object[] args)
- Create a DOMException.
- Specified by:
createDOMException
in class AbstractSVGList
createSVGException
protected org.w3c.dom.svg.SVGException createSVGException(short type,
String key,
Object[] args)
- Create a SVGException.
- Specified by:
createSVGException
in class AbstractSVGLengthList
- Returns:
- SVGException
getElement
protected Element getElement()
- Returns the element owning the attribute with which this length
list is associated.
- Specified by:
getElement
in class AbstractSVGLengthList
getValueAsString
protected String getValueAsString()
- Returns the value of the DOM attribute containing the length list.
- Specified by:
getValueAsString
in class AbstractSVGList
setAttributeValue
protected void setAttributeValue(String value)
- Sets the DOM attribute value containing the length list.
- Specified by:
setAttributeValue
in class AbstractSVGList
- Parameters:
value
- the String representation of the list, or null
if the list contains no items
revalidate
protected void revalidate()
- Initializes the list, if needed.
- Overrides:
revalidate
in class AbstractSVGList
Copyright © 2007 Apache Software Foundation. All Rights Reserved.