org.w3c.dom.svg
Interface SVGNumberList


public interface SVGNumberList


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

Method Detail

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