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
DOMExceptionSVGNumber initialize(SVGNumber newItem) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGNumber getItem(int index) throws DOMException
DOMExceptionSVGNumber insertItemBefore(SVGNumber newItem, int index) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGNumber replaceItem(SVGNumber newItem, int index) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGNumber removeItem(int index) throws DOMException
DOMExceptionSVGNumber appendItem(SVGNumber newItem) throws DOMException, SVGException
DOMExceptionSVGException