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