org.w3c.dom.svg
public interface SVGPathSegList
Method Summary | |
---|---|
SVGPathSeg | appendItem(SVGPathSeg newItem) |
void | clear() |
SVGPathSeg | getItem(int index) |
int | getNumberOfItems() |
SVGPathSeg | initialize(SVGPathSeg newItem) |
SVGPathSeg | insertItemBefore(SVGPathSeg newItem, int index) |
SVGPathSeg | removeItem(int index) |
SVGPathSeg | replaceItem(SVGPathSeg newItem, int index) |