class js.html.svg.NumberList
Available on js
The SVGNumberList
defines a list of SVGNumber
objects.
An SVGNumberList
object can be designated as read only, which means that attempts to modify the object will result in an exception being thrown.
Gecko 5.0 note
(Firefox 5.0 / Thunderbird 5.0 / SeaMonkey 2.2)
Starting in Gecko 5.0 (Firefox 5.0 / Thunderbird 5.0 / SeaMonkey 2.2)
,the SVGNumberList
DOM interface is now indexable and can be accessed like arrays
Documentation for this class was provided by MDN.