org.w3c.dom.svg
Interface SVGLengthList
public interface SVGLengthList
getNumberOfItems
int getNumberOfItems()
clear
void clear()
throws DOMException
- Throws:
DOMException
initialize
SVGLength initialize(SVGLength newItem)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
getItem
SVGLength getItem(int index)
throws DOMException
- Throws:
DOMException
insertItemBefore
SVGLength insertItemBefore(SVGLength newItem,
int index)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
replaceItem
SVGLength replaceItem(SVGLength newItem,
int index)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
removeItem
SVGLength removeItem(int index)
throws DOMException
- Throws:
DOMException
appendItem
SVGLength appendItem(SVGLength newItem)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException