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

public int getNumberOfItems()

clear

public void clear()
           throws DOMException

initialize

public SVGPathSeg initialize(SVGPathSeg newItem)
                      throws DOMException,
                             SVGException

getItem

public SVGPathSeg getItem(int index)
                   throws DOMException

insertItemBefore

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

replaceItem

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

removeItem

public SVGPathSeg removeItem(int index)
                      throws DOMException

appendItem

public SVGPathSeg appendItem(SVGPathSeg newItem)
                      throws DOMException,
                             SVGException


Copyright © 2002 Apache Software Foundation. All Rights Reserved.