org.w3c.dom.svg
public interface SVGNumberList
Modifier and Type | Method and Description |
---|---|
SVGNumber |
appendItem(SVGNumber newItem) |
void |
clear() |
SVGNumber |
getItem(int index) |
int |
getNumberOfItems() |
SVGNumber |
initialize(SVGNumber newItem) |
SVGNumber |
insertItemBefore(SVGNumber newItem,
int index) |
SVGNumber |
removeItem(int index) |
SVGNumber |
replaceItem(SVGNumber newItem,
int index) |
int getNumberOfItems()
void clear() throws DOMException
DOMException
SVGNumber initialize(SVGNumber newItem) throws DOMException, SVGException
DOMException
SVGException
SVGNumber getItem(int index) throws DOMException
DOMException
SVGNumber insertItemBefore(SVGNumber newItem, int index) throws DOMException, SVGException
DOMException
SVGException
SVGNumber replaceItem(SVGNumber newItem, int index) throws DOMException, SVGException
DOMException
SVGException
SVGNumber removeItem(int index) throws DOMException
DOMException
SVGNumber appendItem(SVGNumber newItem) throws DOMException, SVGException
DOMException
SVGException