org.w3c.dom.svg
Interface SVGPathSegList


public interface SVGPathSegList


Method Summary
 SVGPathSeg appendItem(SVGPathSeg newItem)
           
 void clear()
           
 SVGPathSeg getItem(int index)
           
 int getNumberOfItems()
           
 SVGPathSeg initialize(SVGPathSeg newItem)
           
 SVGPathSeg insertItemBefore(SVGPathSeg newItem, int index)
           
 SVGPathSeg removeItem(int index)
           
 SVGPathSeg replaceItem(SVGPathSeg newItem, int index)
           
 

Method Detail

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