org.w3c.dom.svg
Interface SVGPointList
- All Known Implementing Classes:
- AbstractSVGPointList
- public interface SVGPointList
getNumberOfItems
public int getNumberOfItems()
clear
public void clear()
throws DOMException
- Throws:
DOMException
initialize
public SVGPoint initialize(SVGPoint newItem)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
getItem
public SVGPoint getItem(int index)
throws DOMException
- Throws:
DOMException
insertItemBefore
public SVGPoint insertItemBefore(SVGPoint newItem,
int index)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
replaceItem
public SVGPoint replaceItem(SVGPoint newItem,
int index)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
removeItem
public SVGPoint removeItem(int index)
throws DOMException
- Throws:
DOMException
appendItem
public SVGPoint appendItem(SVGPoint newItem)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.