Package org.loboevolution.svg.dom
Class SVGPointListImpl
java.lang.Object
org.loboevolution.svg.dom.SVGPointListImpl
- All Implemented Interfaces:
SVGPointList
SVGPointListImpl class.
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
SVGPointListImpl
public SVGPointListImpl()Constructor for SVGPointListImpl.
-
-
Method Details
-
getNumberOfItems
public int getNumberOfItems()getNumberOfItems.
- Specified by:
getNumberOfItemsin interfaceSVGPointList- Returns:
- a
Integerobject.
-
clear
public void clear()clear.
- Specified by:
clearin interfaceSVGPointList
-
initialize
initialize.
- Specified by:
initializein interfaceSVGPointList- 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.
- Specified by:
getItemin interfaceSVGPointList- Parameters:
index- aIntegerobject.- Returns:
- a
SVGPointobject.
-
insertItemBefore
insertItemBefore.
- Specified by:
insertItemBeforein interfaceSVGPointList- 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.
- Specified by:
replaceItemin interfaceSVGPointList- 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.
- Specified by:
removeItemin interfaceSVGPointList- Parameters:
index- aIntegerobject.- Returns:
- a
SVGPointobject.
-
appendItem
appendItem.
- Specified by:
appendItemin interfaceSVGPointList- 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.
-