|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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)
|
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||