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