org.w3c.dom.svg
Interface SVGPointList
public interface SVGPointList
getNumberOfItems
int getNumberOfItems()
clear
void clear()
throws DOMException
- Throws:
DOMException
initialize
SVGPoint initialize(SVGPoint newItem)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
getItem
SVGPoint getItem(int index)
throws DOMException
- Throws:
DOMException
insertItemBefore
SVGPoint insertItemBefore(SVGPoint newItem,
int index)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
replaceItem
SVGPoint replaceItem(SVGPoint newItem,
int index)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
removeItem
SVGPoint removeItem(int index)
throws DOMException
- Throws:
DOMException
appendItem
SVGPoint appendItem(SVGPoint newItem)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException