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