A list of SVG numbers.
Public Member Functions | |
SVGLengthList (bool readOnly, Css.Value init, Node host, string attr) | |
Public Member Functions inherited from Svg.SVGListInterface< T > | |
SVGListInterface () | |
SVGListInterface (bool readOnly) | |
SVGListInterface (bool readOnly, Css.Value init, Node host, string attr) | |
override void | Reserialize () |
If the list reflects an attrib, this reserialises it. More... | |
void | clear () |
Clears out the list. More... | |
T | initialize (T newItem) |
Sets up the list with the given object in it. More... | |
T | getItem (int index) |
T | insertItemBefore (T newItem, int index) |
T | replaceItem (T newItem, int index) |
Replaces item at the given index with the given item. More... | |
T | removeItem (int index) |
Removes the item at the given index. More... | |
T | appendItem (T newItem) |
Adds the item to the list. More... | |
Protected Member Functions | |
override SVGLength | Create (Css.Value from) |
Creates an instance of the listed type from the given information in a CSS value. More... | |
Additional Inherited Members | |
Public Attributes inherited from Svg.SVGSerializable | |
Dom.Node | HostNode |
The node being reflected (if any). More... | |
string | AttributeName |
The attribute being reflected (if any) in the host node. More... | |
Protected Attributes inherited from Svg.SVGSerializable | |
bool | IsReadOnly |
Is this list readonly? More... | |
Properties inherited from Svg.SVGListInterface< T > | |
int | length [get] |
The length of the list. More... | |
int | numberOfItems [get] |
The number of items. More... | |
T | this[int index] [get, set] |
Creates an instance of the listed type from the given information in a CSS value.
Reimplemented from Svg.SVGListInterface< T >.