public class SVGPathSegList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
numberOfItems |
| Constructor and Description |
|---|
SVGPathSegList() |
| Modifier and Type | Method and Description |
|---|---|
SVGPathSeg |
appendItem(SVGPathSeg newItem) |
java.lang.Object |
clear() |
SVGPathSeg |
getItem(int index) |
SVGPathSeg |
initialize(SVGPathSeg newItem) |
SVGPathSeg |
insertItemBefore(SVGPathSeg newItem,
int index) |
SVGPathSeg |
removeItem(int index) |
SVGPathSeg |
replaceItem(SVGPathSeg newItem,
int index) |
public SVGPathSeg appendItem(SVGPathSeg newItem)
public java.lang.Object clear()
public SVGPathSeg getItem(int index)
public SVGPathSeg initialize(SVGPathSeg newItem)
public SVGPathSeg insertItemBefore(SVGPathSeg newItem, int index)
public SVGPathSeg removeItem(int index)
public SVGPathSeg replaceItem(SVGPathSeg newItem, int index)