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