Dart API Referencedart:htmlSVGPathSegList

SVGPathSegList Interface

Methods

Code SVGPathSeg appendItem(SVGPathSeg newItem) #

SVGPathSeg appendItem(SVGPathSeg newItem);

Code void clear() #

void clear();

Code SVGPathSeg getItem(int index) #

SVGPathSeg getItem(int index);

Code SVGPathSeg initialize(SVGPathSeg newItem) #

SVGPathSeg initialize(SVGPathSeg newItem);

Code SVGPathSeg insertItemBefore(SVGPathSeg newItem, int index) #

SVGPathSeg insertItemBefore(SVGPathSeg newItem, int index);

Code SVGPathSeg removeItem(int index) #

SVGPathSeg removeItem(int index);

Code SVGPathSeg replaceItem(SVGPathSeg newItem, int index) #

SVGPathSeg replaceItem(SVGPathSeg newItem, int index);

Fields

Code final int numberOfItems #

final int numberOfItems;