|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
SVGPathSegList |
| Module: | svg |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
appendItem |
SVGPathSeg appendItem( in SVGPathSeg newItem) raises(DOMException, SVGException);
clear |
void clear() raises(DOMException);
getItem |
SVGPathSeg getItem( in unsigned long index) raises(DOMException);
initialize |
SVGPathSeg initialize( in SVGPathSeg newItem) raises(DOMException, SVGException);
insertItemBefore |
SVGPathSeg insertItemBefore( in SVGPathSeg newItem, in unsigned long index) raises(DOMException, SVGException);
removeItem |
SVGPathSeg removeItem( in unsigned long index) raises(DOMException);
replaceItem |
SVGPathSeg replaceItem( in SVGPathSeg newItem, in unsigned long index) raises(DOMException, SVGException);
numberOfItems |
readonly attribute unsigned long numberOfItems;
Last Updated: 2009-05-29