SVGNumberList

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

appendItem
auto appendItem(SVGNumber newItem)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
getItem
auto getItem(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
auto initialize(SVGNumber newItem)
Undocumented in source. Be warned that the author may not have intended to support it.
insertItemBefore
auto insertItemBefore(SVGNumber newItem, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto length()
Undocumented in source. Be warned that the author may not have intended to support it.
numberOfItems
auto numberOfItems()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
void opDispatch(SVGNumber newItem)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(SVGNumber newItem, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
removeItem
auto removeItem(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceItem
auto replaceItem(SVGNumber newItem, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta