Class SVGPathSegListImpl
java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGPathSegListImpl
- All Implemented Interfaces:
SVGPathSegList
SVGPathSegListImpl class.
-
Constructor Summary
ConstructorDescriptionConstructor for SVGPathSegListImpl.SVGPathSegListImpl
(SVGPathSegList pathSegList) Constructor for SVGPathSegListImpl. -
Method Summary
Modifier and TypeMethodDescriptionappendItem
(SVGPathSeg newItem) appendItem.void
clear()
clear.getItem
(int index) getItem.int
getNumberOfItems.initialize
(SVGPathSeg newItem) initialize.insertItemBefore
(SVGPathSeg newItem, int index) insertItemBefore.removeItem
(int index) removeItem.replaceItem
(SVGPathSeg newItem, int index) replaceItem.
-
Constructor Details
-
SVGPathSegListImpl
public SVGPathSegListImpl()Constructor for SVGPathSegListImpl.
-
SVGPathSegListImpl
Constructor for SVGPathSegListImpl.
- Parameters:
pathSegList
- aSVGPathSegList
object.
-
-
Method Details
-
getNumberOfItems
public int getNumberOfItems()getNumberOfItems.
- Specified by:
getNumberOfItems
in interfaceSVGPathSegList
- Returns:
- a
Integer
object.
-
clear
public void clear()clear.
- Specified by:
clear
in interfaceSVGPathSegList
-
initialize
initialize.
- Specified by:
initialize
in interfaceSVGPathSegList
- Parameters:
newItem
- aSVGPathSeg
object.- Returns:
- a
SVGPathSeg
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 interfaceSVGPathSegList
- Parameters:
index
- aInteger
object.- Returns:
- a
SVGPathSeg
object.
-
insertItemBefore
insertItemBefore.
- Specified by:
insertItemBefore
in interfaceSVGPathSegList
- Parameters:
newItem
- aSVGPathSeg
object.index
- aInteger
object.- Returns:
- a
SVGPathSeg
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 interfaceSVGPathSegList
- Parameters:
newItem
- aSVGPathSeg
object.index
- aInteger
object.- Returns:
- a
SVGPathSeg
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 interfaceSVGPathSegList
- Parameters:
index
- aInteger
object.- Returns:
- a
SVGPathSeg
object.
-
appendItem
appendItem.
- Specified by:
appendItem
in interfaceSVGPathSegList
- Parameters:
newItem
- aSVGPathSeg
object.- Returns:
- a
SVGPathSeg
object. - Throws:
DOMException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.
-