org.w3c.dom.svg
Interface SVGPathSegList
- public interface SVGPathSegList
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.