@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SVGLengthList")
public class SVGLengthList
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
SVGLengthList() |
| Modifier and Type | Method and Description |
|---|---|
SVGLength |
appendItem(SVGLength newItem) |
void |
clear() |
SVGLength |
getItem(int index) |
SVGLength |
initialize(SVGLength newItem) |
SVGLength |
insertItemBefore(SVGLength newItem,
int index) |
int |
length() |
int |
numberOfItems() |
SVGLength |
removeItem(int index) |
SVGLength |
replaceItem(SVGLength newItem,
int index) |
void |
setAt(int index,
SVGLength newItem) |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="length") public int length()
@JsProperty(name="numberOfItems") public int numberOfItems()
public void clear()
@Nonnull public SVGLength removeItem(int index)
@Nonnull public SVGLength getItem(int index)
@JsOverlay
public final void setAt(int index,
@Nonnull
SVGLength newItem)