org.apache.batik.dom.svg
Class SVGOMAnimatedLengthList.SVGOMLengthList
java.lang.Object
org.apache.batik.dom.svg.AbstractSVGList
org.apache.batik.dom.svg.AbstractSVGLengthList
org.apache.batik.dom.svg.SVGOMAnimatedLengthList.SVGOMLengthList
- All Implemented Interfaces:
- SVGLengthList
- Enclosing class:
- SVGOMAnimatedLengthList
- public class SVGOMAnimatedLengthList.SVGOMLengthList
- extends AbstractSVGLengthList
SVGLengthList implementation.
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, revalidate, setValueAsString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGOMAnimatedLengthList.SVGOMLengthList
public SVGOMAnimatedLengthList.SVGOMLengthList(short direction)
createDOMException
protected DOMException createDOMException(short type,
String key,
Object[] args)
- Create a DOMException.
- Specified by:
createDOMException
in class AbstractSVGList
createSVGException
protected SVGException createSVGException(short type,
String key,
Object[] args)
- Create a SVGException.
- Specified by:
createSVGException
in class AbstractSVGLengthList
- Returns:
- SVGException
getElement
protected Element getElement()
- Description copied from class:
AbstractSVGLengthList
- return the element owning this SVGLengthList.
- Specified by:
getElement
in class AbstractSVGLengthList
getValueAsString
protected String getValueAsString()
- Retrieve the value of the attribute 'points'.
- Specified by:
getValueAsString
in class AbstractSVGList
- Returns:
- value of the attribute
setAttributeValue
protected void setAttributeValue(String value)
- Set the value of the attribute 'points'
- Specified by:
setAttributeValue
in class AbstractSVGList
- Parameters:
value
- new value of the attribute
the value can be null if no item
are present in the list.
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.