public interface SVGLengthList
| Modifier and Type | Method and Description |
|---|---|
SVGLength |
appendItem(SVGLength newItem) |
void |
clear() |
SVGLength |
getItem(int index) |
int |
getNumberOfItems() |
SVGLength |
initialize(SVGLength newItem) |
SVGLength |
insertItemBefore(SVGLength newItem,
int index) |
SVGLength |
removeItem(int index) |
SVGLength |
replaceItem(SVGLength newItem,
int index) |
int getNumberOfItems()
void clear()
throws DOMException
DOMExceptionSVGLength initialize(SVGLength newItem) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGLength getItem(int index) throws DOMException
DOMExceptionSVGLength insertItemBefore(SVGLength newItem, int index) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGLength replaceItem(SVGLength newItem, int index) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGLength removeItem(int index) throws DOMException
DOMExceptionSVGLength appendItem(SVGLength newItem) throws DOMException, SVGException
DOMExceptionSVGException