public interface SVGPointList
Modifier and Type | Method and Description |
---|---|
SVGPoint |
appendItem(SVGPoint item) |
void |
clear() |
SVGPoint |
getItem(int index) |
int |
getNumberOfItems() |
SVGPoint |
initialize(SVGPoint item) |
SVGPoint |
insertItemBefore(SVGPoint item,
int index) |
SVGPoint |
removeItem(int index) |
SVGPoint |
replaceItem(SVGPoint item,
int index) |
Copyright © 2018. All rights reserved.