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