package js.html.svg
Available on jsThe
SVGLengthList
defines a list ofSVGLength
objects.Documentation SVGLengthList by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only length:Int
read only numberOfItems:Int
appendItem (newItem:Length):Length
Throws:
null |
DOMError |
---|
clear ():Void
Throws:
null |
DOMError |
---|
getItem (index:Int):Length
Throws:
null |
DOMError |
---|
initialize (newItem:Length):Length
Throws:
null |
DOMError |
---|
insertItemBefore (newItem:Length, index:Int):Length
Throws:
null |
DOMError |
---|
removeItem (index:Int):Length
Throws:
null |
DOMError |
---|
replaceItem (newItem:Length, index:Int):Length
Throws:
null |
DOMError |
---|
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/svg/LengthList.html