Package org.loboevolution.svg
Interface SVGPointList
- All Known Implementing Classes:
SVGPointListImpl
public interface SVGPointList
SVGPointList interface.
-
Method Summary
Modifier and TypeMethodDescriptionappendItem(SVGPoint newItem) appendItem.voidclear()clear.getItem(int index) getItem.intgetNumberOfItems.initialize(SVGPoint newItem) initialize.insertItemBefore(SVGPoint newItem, int index) insertItemBefore.removeItem(int index) removeItem.replaceItem(SVGPoint newItem, int index) replaceItem.
-
Method Details
-
getNumberOfItems
int getNumberOfItems()getNumberOfItems.
- Returns:
- a
Integerobject.
-
clear
void clear()clear.
- Throws:
DOMException- if any.
-
initialize
initialize.
- Parameters:
newItem- aSVGPointobject.- Returns:
- a
SVGPointobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
getItem
getItem.
- Parameters:
index- aIntegerobject.- Returns:
- a
SVGPointobject. - Throws:
DOMException- if any.
-
insertItemBefore
insertItemBefore.
- Parameters:
newItem- aSVGPointobject.index- aIntegerobject.- Returns:
- a
SVGPointobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
replaceItem
replaceItem.
- Parameters:
newItem- aSVGPointobject.index- aIntegerobject.- Returns:
- a
SVGPointobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
removeItem
removeItem.
- Parameters:
index- aIntegerobject.- Returns:
- a
SVGPointobject. - Throws:
DOMException- if any.
-
appendItem
appendItem.
- Parameters:
newItem- aSVGPointobject.- Returns:
- a
SVGPointobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-