PointList
package js.html.svg
Available on js
Variables
read onlylength:Int
read onlynumberOfItems:Int
Methods
appendItem(newItem:Point):Point
Throws:
null |
DOMError |
|---|
clear():Void
Throws:
null |
DOMError |
|---|
getItem(index:Int):Point
Throws:
null |
DOMError |
|---|
initialize(newItem:Point):Point
Throws:
null |
DOMError |
|---|
insertItemBefore(newItem:Point, index:Int):Point
Throws:
null |
DOMError |
|---|
removeItem(index:Int):Point
Throws:
null |
DOMError |
|---|
replaceItem(newItem:Point, index:Int):Point
Throws:
null |
DOMError |
|---|
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/PointList.html