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

public int getNumberOfItems()

clear

public void clear()
           throws DOMException

initialize

public SVGPoint initialize(SVGPoint newItem)
                    throws DOMException,
                           SVGException

getItem

public SVGPoint getItem(int index)
                 throws DOMException

insertItemBefore

public SVGPoint insertItemBefore(SVGPoint newItem,
                                 int index)
                          throws DOMException,
                                 SVGException

replaceItem

public SVGPoint replaceItem(SVGPoint newItem,
                            int index)
                     throws DOMException,
                            SVGException

removeItem

public SVGPoint removeItem(int index)
                    throws DOMException

appendItem

public SVGPoint appendItem(SVGPoint newItem)
                    throws DOMException,
                           SVGException


Copyright © 2002 Apache Software Foundation. All Rights Reserved.