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
DOMExceptionSVGPathSeg initialize(SVGPathSeg newItem) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGPathSeg getItem(int index) throws DOMException
DOMExceptionSVGPathSeg insertItemBefore(SVGPathSeg newItem, int index) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGPathSeg replaceItem(SVGPathSeg newItem, int index) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGPathSeg removeItem(int index) throws DOMException
DOMExceptionSVGPathSeg appendItem(SVGPathSeg newItem) throws DOMException, SVGException
DOMExceptionSVGException