public interface SVGPathSegList
Modifier and Type | Method and Description |
---|---|
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) |
int getNumberOfItems()
void clear() throws DOMException
DOMException
SVGPathSeg initialize(SVGPathSeg newItem) throws DOMException, SVGException
DOMException
SVGException
SVGPathSeg getItem(int index) throws DOMException
DOMException
SVGPathSeg insertItemBefore(SVGPathSeg newItem, int index) throws DOMException, SVGException
DOMException
SVGException
SVGPathSeg replaceItem(SVGPathSeg newItem, int index) throws DOMException, SVGException
DOMException
SVGException
SVGPathSeg removeItem(int index) throws DOMException
DOMException
SVGPathSeg appendItem(SVGPathSeg newItem) throws DOMException, SVGException
DOMException
SVGException