Package org.loboevolution.svg.dom
Class SVGLengthListImpl
java.lang.Object
org.loboevolution.svg.dom.SVGLengthListImpl
- All Implemented Interfaces:
SVGLengthList
SVGLengthListImpl class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendItem(SVGLength newItem) appendItem.voidclear()clear.getItem(int index) getItem.intgetNumberOfItems.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:
getNumberOfItemsin interfaceSVGLengthList- Returns:
- a
Integerobject.
-
clear
public void clear()clear.
- Specified by:
clearin interfaceSVGLengthList
-
initialize
initialize.
- Specified by:
initializein interfaceSVGLengthList- Parameters:
newItem- aSVGLengthobject.- Returns:
- a
SVGLengthobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
getItem
getItem.
- Specified by:
getItemin interfaceSVGLengthList- Parameters:
index- aIntegerobject.- Returns:
- a
SVGLengthobject.
-
insertItemBefore
insertItemBefore.
- Specified by:
insertItemBeforein interfaceSVGLengthList- Parameters:
newItem- aSVGLengthobject.index- aIntegerobject.- Returns:
- a
SVGLengthobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
replaceItem
replaceItem.
- Specified by:
replaceItemin interfaceSVGLengthList- Parameters:
newItem- aSVGLengthobject.index- aIntegerobject.- Returns:
- a
SVGLengthobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-
removeItem
removeItem.
- Specified by:
removeItemin interfaceSVGLengthList- Parameters:
index- aIntegerobject.- Returns:
- a
SVGLengthobject.
-
appendItem
appendItem.
- Specified by:
appendItemin interfaceSVGLengthList- Parameters:
newItem- aSVGLengthobject.- Returns:
- a
SVGLengthobject. - Throws:
DOMException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-