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