- 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 SummaryModifier 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- 
getNumberOfItemsint 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
 
 
-