org.w3c.dom.svg
Interface SVGPathSegList
- All Known Implementing Classes:
- AbstractSVGPathSegList
- public interface SVGPathSegList
getNumberOfItems
public int getNumberOfItems()
clear
public void clear()
throws DOMException
- Throws:
DOMException
initialize
public SVGPathSeg initialize(SVGPathSeg newItem)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
getItem
public SVGPathSeg getItem(int index)
throws DOMException
- Throws:
DOMException
insertItemBefore
public SVGPathSeg insertItemBefore(SVGPathSeg newItem,
int index)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
replaceItem
public SVGPathSeg replaceItem(SVGPathSeg newItem,
int index)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
removeItem
public SVGPathSeg removeItem(int index)
throws DOMException
- Throws:
DOMException
appendItem
public SVGPathSeg appendItem(SVGPathSeg newItem)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.