package js.html.svg
Available on jsThe
SVGLengthListdefines a list ofSVGLengthobjects.Documentation SVGLengthList by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only length:Intread only numberOfItems:IntappendItem (newItem:Length):LengthThrows:
null |
DOMError |
|---|
clear ():VoidThrows:
null |
DOMError |
|---|
getItem (index:Int):LengthThrows:
null |
DOMError |
|---|
initialize (newItem:Length):LengthThrows:
null |
DOMError |
|---|
insertItemBefore (newItem:Length, index:Int):LengthThrows:
null |
DOMError |
|---|
removeItem (index:Int):LengthThrows:
null |
DOMError |
|---|
replaceItem (newItem:Length, index:Int):LengthThrows:
null |
DOMError |
|---|
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/LengthList.html