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