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