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