Package org.loboevolution.svg.dom
Class SVGNumberListImpl
java.lang.Object
org.loboevolution.svg.dom.SVGNumberListImpl
- All Implemented Interfaces:
SVGNumberList
SVGNumberListImpl class.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for SVGNumberListImpl.SVGNumberListImpl(String numb) Constructor for SVGNumberListImpl. -
Method Summary
Modifier and TypeMethodDescriptionappendItem(SVGNumber newItem) appendItem.voidclear()clear.getItem(int index) getItem.intgetNumberOfItems.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- aStringobject.
-
-
Method Details
-
getNumberOfItems
public int getNumberOfItems()getNumberOfItems.
- Specified by:
getNumberOfItemsin interfaceSVGNumberList- Returns:
- a
Integerobject.
-
clear
public void clear()clear.
- Specified by:
clearin interfaceSVGNumberList
-
initialize
initialize.
- Specified by:
initializein interfaceSVGNumberList- Parameters:
newItem- aSVGNumberobject.- Returns:
- a
SVGNumberobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
getItem
getItem.
- Specified by:
getItemin interfaceSVGNumberList- Parameters:
index- aIntegerobject.- Returns:
- a
SVGNumberobject.
-
insertItemBefore
insertItemBefore.
- Specified by:
insertItemBeforein interfaceSVGNumberList- Parameters:
newItem- aSVGNumberobject.index- aIntegerobject.- Returns:
- a
SVGNumberobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
replaceItem
replaceItem.
- Specified by:
replaceItemin interfaceSVGNumberList- Parameters:
newItem- aSVGNumberobject.index- aIntegerobject.- Returns:
- a
SVGNumberobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
removeItem
removeItem.
- Specified by:
removeItemin interfaceSVGNumberList- Parameters:
index- aIntegerobject.- Returns:
- a
SVGNumberobject.
-
appendItem
appendItem.
- Specified by:
appendItemin interfaceSVGNumberList- Parameters:
newItem- aSVGNumberobject.- Returns:
- a
SVGNumberobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-