@JsType(isNative=true, name="SVGPathSegList", namespace="<global>") public class SVGPathSegList extends Object
Constructor and Description |
---|
SVGPathSegList() |
Modifier and Type | Method and Description |
---|---|
SVGPathSeg |
appendItem(SVGPathSeg newItem) |
void |
clear() |
SVGPathSeg |
getItem(int index) |
int |
getNumberOfItems() |
SVGPathSeg |
initialize(SVGPathSeg newItem) |
SVGPathSeg |
insertItemBefore(SVGPathSeg newItem,
int index) |
SVGPathSeg |
removeItem(int index) |
SVGPathSeg |
replaceItem(SVGLength newItem,
int index) |
@JsProperty(name="numberOfItems") public int getNumberOfItems()
public void clear()
public SVGPathSeg initialize(SVGPathSeg newItem)
public SVGPathSeg getItem(int index)
public SVGPathSeg insertItemBefore(SVGPathSeg newItem, int index)
public SVGPathSeg replaceItem(SVGLength newItem, int index)
public SVGPathSeg removeItem(int index)
public SVGPathSeg appendItem(SVGPathSeg newItem)
Copyright © 2018 Xalys. All rights reserved.