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