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