- All Known Implementing Classes:
AbstractSVGNumberList,CSSOMSVGColor,CSSOMSVGComputedStyle.ComputedCSSColorValue,CSSOMSVGComputedStyle.ComputedCSSPaintValue,CSSOMSVGPaint,CSSOMSVGStyleDeclaration.StyleDeclarationColorValue,CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue,SVGOMAnimatedNumberList.AnimSVGNumberList,SVGOMAnimatedNumberList.BaseSVGNumberList,SVGStylableElement.PresentationAttributeColorValue,SVGStylableElement.PresentationAttributePaintValue
public interface SVGNumberList
-
Method Summary
Modifier and TypeMethodDescriptionappendItem(SVGNumber newItem) voidclear()getItem(int index) intinitialize(SVGNumber newItem) insertItemBefore(SVGNumber newItem, int index) removeItem(int index) replaceItem(SVGNumber newItem, int index)
-
Method Details
-
getNumberOfItems
int getNumberOfItems() -
clear
- Throws:
DOMException
-
initialize
- Throws:
DOMExceptionSVGException
-
getItem
- Throws:
DOMException
-
insertItemBefore
- Throws:
DOMExceptionSVGException
-
replaceItem
- Throws:
DOMExceptionSVGException
-
removeItem
- Throws:
DOMException
-
appendItem
- Throws:
DOMExceptionSVGException
-