org.w3c.dom.svg
Interface SVGPointList


public interface SVGPointList


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

Method Detail

getNumberOfItems

int getNumberOfItems()

clear

void clear()
           throws DOMException
Throws:
DOMException

initialize

SVGPoint initialize(SVGPoint newItem)
                    throws DOMException,
                           SVGException
Throws:
DOMException
SVGException

getItem

SVGPoint getItem(int index)
                 throws DOMException
Throws:
DOMException

insertItemBefore

SVGPoint insertItemBefore(SVGPoint newItem,
                          int index)
                          throws DOMException,
                                 SVGException
Throws:
DOMException
SVGException

replaceItem

SVGPoint replaceItem(SVGPoint newItem,
                     int index)
                     throws DOMException,
                            SVGException
Throws:
DOMException
SVGException

removeItem

SVGPoint removeItem(int index)
                    throws DOMException
Throws:
DOMException

appendItem

SVGPoint appendItem(SVGPoint newItem)
                    throws DOMException,
                           SVGException
Throws:
DOMException
SVGException