webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"SVGPointList.idl";
Public Member Functions | |
void | clear () |
SVGPoint | initialize (SVGPoint item) |
SVGPoint | getItem (unsigned long index) |
SVGPoint | insertItemBefore (SVGPoint item, unsigned long index) |
SVGPoint | replaceItem (SVGPoint item, unsigned long index) |
SVGPoint | removeItem (unsigned long index) |
SVGPoint | appendItem (SVGPoint item) |
Public Attributes | |
readonly attribute unsigned long | numberOfItems |
void SVGPointList::clear | ( | ) |
SVGPoint SVGPointList::getItem | ( | unsigned long | index | ) |
SVGPoint SVGPointList::removeItem | ( | unsigned long | index | ) |