@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SVGPointList")
public class SVGPointList
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
SVGPointList() |
| Modifier and Type | Method and Description |
|---|---|
DOMPoint |
appendItem(DOMPoint newItem) |
void |
clear() |
DOMPoint |
getItem(int index) |
DOMPoint |
initialize(DOMPoint newItem) |
DOMPoint |
insertItemBefore(DOMPoint newItem,
int index) |
int |
length() |
int |
numberOfItems() |
DOMPoint |
removeItem(int index) |
DOMPoint |
replaceItem(DOMPoint newItem,
int index) |
void |
setAt(int index,
DOMPoint 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 DOMPoint removeItem(int index)
@Nonnull public DOMPoint getItem(int index)
@JsOverlay
public final void setAt(int index,
@Nonnull
DOMPoint newItem)