public interface SVGPointList
| Modifier and Type | Method and Description |
|---|---|
SVGPoint |
appendItem(SVGPoint newItem) |
void |
clear() |
SVGPoint |
getItem(int index) |
int |
getNumberOfItems() |
SVGPoint |
initialize(SVGPoint newItem) |
SVGPoint |
insertItemBefore(SVGPoint newItem,
int index) |
SVGPoint |
removeItem(int index) |
SVGPoint |
replaceItem(SVGPoint newItem,
int index) |
int getNumberOfItems()
void clear()
throws DOMException
DOMExceptionSVGPoint initialize(SVGPoint newItem) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGPoint getItem(int index) throws DOMException
DOMExceptionSVGPoint insertItemBefore(SVGPoint newItem, int index) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGPoint replaceItem(SVGPoint newItem, int index) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGPoint removeItem(int index) throws DOMException
DOMExceptionSVGPoint appendItem(SVGPoint newItem) throws DOMException, SVGException
DOMExceptionSVGException