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