org.w3c.dom.svg
Interface SVGLengthList


public interface SVGLengthList


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

Method Detail

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