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