public class SVGPointList 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 |
SVGPointList(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static SVGPointList |
$as(Object obj) |
SVGPoint |
appendItem(SVGPoint newItem) |
void |
clear() |
SVGPoint |
getItem(double index) |
SVGPoint |
initialize(SVGPoint newItem) |
SVGPoint |
insertItemBefore(SVGPoint newItem,
double index) |
Number |
numberOfItems() |
SVGPoint |
removeItem(double index) |
SVGPoint |
replaceItem(SVGPoint 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 SVGPointList(Objs.Constructor<?> c, Object js)
public static SVGPointList $as(Object obj)
public Number numberOfItems()
public void clear()
public SVGPoint getItem(double index)
public SVGPoint removeItem(double index)
Copyright © 2018. All rights reserved.