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