org.w3c.dom.svg
public interface SVGLengthList
Method Summary | |
---|---|
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) |