public class SVGLengthList extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Number> |
numberOfItems |
Modifier | Constructor and Description |
---|---|
protected |
SVGLengthList(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static SVGLengthList |
$as(Object obj) |
SVGLength |
appendItem(SVGLength newItem) |
void |
clear() |
SVGLength |
getItem(double index) |
SVGLength |
initialize(SVGLength newItem) |
SVGLength |
insertItemBefore(SVGLength newItem,
double index) |
Number |
numberOfItems() |
SVGLength |
removeItem(double index) |
SVGLength |
replaceItem(SVGLength newItem,
double index) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Number> numberOfItems
protected SVGLengthList(Objs.Constructor<?> c, Object js)
public static SVGLengthList $as(Object obj)
public Number numberOfItems()
public void clear()
public SVGLength getItem(double index)
public SVGLength removeItem(double index)
Copyright © 2018. All rights reserved.