@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SVGPointList")
public class SVGPointList
extends java.lang.Object
| 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) |
@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)