The base interface for SVG lists.
|
virtual T | Create (Css.Value from) |
| Creates an instance of the listed type from the given information in a CSS value. More...
|
|
Svg.SVGListInterface< T >.SVGListInterface |
( |
) | |
|
|
inline |
Svg.SVGListInterface< T >.SVGListInterface |
( |
bool |
readOnly) | |
|
|
inline |
Svg.SVGListInterface< T >.SVGListInterface |
( |
bool |
readOnly, |
|
|
Css.Value |
init, |
|
|
Node |
host, |
|
|
string |
attr |
|
) |
| |
|
inline |
T Svg.SVGListInterface< T >.appendItem |
( |
T |
newItem) | |
|
|
inline |
Adds the item to the list.
void Svg.SVGListInterface< T >.clear |
( |
) | |
|
|
inline |
virtual T Svg.SVGListInterface< T >.Create |
( |
Css.Value |
from) | |
|
|
inlineprotectedvirtual |
T Svg.SVGListInterface< T >.getItem |
( |
int |
index) | |
|
|
inline |
T Svg.SVGListInterface< T >.initialize |
( |
T |
newItem) | |
|
|
inline |
Sets up the list with the given object in it.
T Svg.SVGListInterface< T >.insertItemBefore |
( |
T |
newItem, |
|
|
int |
index |
|
) |
| |
|
inline |
T Svg.SVGListInterface< T >.removeItem |
( |
int |
index) | |
|
|
inline |
Removes the item at the given index.
T Svg.SVGListInterface< T >.replaceItem |
( |
T |
newItem, |
|
|
int |
index |
|
) |
| |
|
inline |
Replaces item at the given index with the given item.
override void Svg.SVGListInterface< T >.Reserialize |
( |
) | |
|
|
inlinevirtual |
List<T> Svg.SVGListInterface< T >.Values =new List<T>() |
|
private |
int Svg.SVGListInterface< T >.length |
|
get |
int Svg.SVGListInterface< T >.numberOfItems |
|
get |
T Svg.SVGListInterface< T >.this[int index] |
|
getset |