- 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) void
clear()
getItem
(int index) int
initialize
(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:
DOMException
SVGException
-
getItem
- Throws:
DOMException
-
insertItemBefore
- Throws:
DOMException
SVGException
-
replaceItem
- Throws:
DOMException
SVGException
-
removeItem
- Throws:
DOMException
-
appendItem
- Throws:
DOMException
SVGException
-