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