public class SVGLengthList extends Object
Modifier and Type | Field and Description |
---|---|
double |
numberOfItems |
static SVGLengthList |
prototype |
constructor
Constructor and Description |
---|
SVGLengthList() |
Modifier and Type | Method and Description |
---|---|
SVGLength |
appendItem(SVGLength newItem) |
void |
clear() |
SVGLength |
getItem(double index) |
SVGLength |
initialize(SVGLength newItem) |
SVGLength |
insertItemBefore(SVGLength newItem,
double index) |
SVGLength |
removeItem(double index) |
SVGLength |
replaceItem(SVGLength newItem,
double index) |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public double numberOfItems
public static SVGLengthList prototype