Class SVGPointListImpl
java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGPointListImpl
- All Implemented Interfaces:
SVGPointList
SVGPointListImpl class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappendItem
(SVGPoint newItem) appendItem.void
clear()
clear.getItem
(int index) getItem.int
getNumberOfItems.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:
getNumberOfItems
in interfaceSVGPointList
- Returns:
- a
Integer
object.
-
clear
public void clear()clear.
- Specified by:
clear
in interfaceSVGPointList
-
initialize
initialize.
- Specified by:
initialize
in interfaceSVGPointList
- Parameters:
newItem
- aSVGPoint
object.- Returns:
- a
SVGPoint
object. - Throws:
DOMException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.
-
getItem
getItem.
- Specified by:
getItem
in interfaceSVGPointList
- Parameters:
index
- aInteger
object.- Returns:
- a
SVGPoint
object.
-
insertItemBefore
insertItemBefore.
- Specified by:
insertItemBefore
in interfaceSVGPointList
- Parameters:
newItem
- aSVGPoint
object.index
- aInteger
object.- Returns:
- a
SVGPoint
object. - Throws:
DOMException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.
-
replaceItem
replaceItem.
- Specified by:
replaceItem
in interfaceSVGPointList
- Parameters:
newItem
- aSVGPoint
object.index
- aInteger
object.- Returns:
- a
SVGPoint
object. - Throws:
DOMException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.
-
removeItem
removeItem.
- Specified by:
removeItem
in interfaceSVGPointList
- Parameters:
index
- aInteger
object.- Returns:
- a
SVGPoint
object.
-
appendItem
appendItem.
- Specified by:
appendItem
in interfaceSVGPointList
- Parameters:
newItem
- aSVGPoint
object.- Returns:
- a
SVGPoint
object. - Throws:
DOMException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.
-