@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 |
|---|---|
@JsNonNull SVGLength |
appendItem(SVGLength newItem) |
void |
clear() |
@JsNonNull SVGLength |
getItem(int index) |
@JsNonNull SVGLength |
initialize(SVGLength newItem) |
@JsNonNull SVGLength |
insertItemBefore(SVGLength newItem,
int index) |
int |
length() |
int |
numberOfItems() |
@JsNonNull SVGLength |
removeItem(int index) |
@JsNonNull 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()
public @JsNonNull SVGLength insertItemBefore(@Nonnull SVGLength newItem, int index)
public @JsNonNull SVGLength removeItem(int index)
public @JsNonNull SVGLength getItem(int index)
@JsOverlay
public final void setAt(int index,
@Nonnull
SVGLength newItem)