|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SVGPointList
| Method Summary | |
|---|---|
SVGPoint |
appendItem(SVGPoint newItem)
|
void |
clear()
|
SVGPoint |
getItem(int index)
|
int |
getNumberOfItems()
|
SVGPoint |
initialize(SVGPoint newItem)
|
SVGPoint |
insertItemBefore(SVGPoint newItem,
int index)
|
SVGPoint |
removeItem(int index)
|
SVGPoint |
replaceItem(SVGPoint newItem,
int index)
|
| Method Detail |
|---|
int getNumberOfItems()
void clear()
throws DOMException
DOMException
SVGPoint initialize(SVGPoint newItem)
throws DOMException,
SVGException
DOMException
SVGException
SVGPoint getItem(int index)
throws DOMException
DOMException
SVGPoint insertItemBefore(SVGPoint newItem,
int index)
throws DOMException,
SVGException
DOMException
SVGException
SVGPoint replaceItem(SVGPoint newItem,
int index)
throws DOMException,
SVGException
DOMException
SVGException
SVGPoint removeItem(int index)
throws DOMException
DOMException
SVGPoint appendItem(SVGPoint newItem)
throws DOMException,
SVGException
DOMException
SVGException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||