WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

SVGPathSegList

This object is available to unprivileged JavaScript. It implements the following interfaces:

Properties

readonly int numberOfItems


Methods

nsIDOMSVGPathSeg appendItem ( nsIDOMSVGPathSeg newItem ) void clear ( ) nsIDOMSVGPathSeg getItem ( int index ) nsIDOMSVGPathSeg initialize ( nsIDOMSVGPathSeg newItem ) nsIDOMSVGPathSeg insertItemBefore ( nsIDOMSVGPathSeg newItem , int index ) nsIDOMSVGPathSeg removeItem ( int index ) nsIDOMSVGPathSeg replaceItem ( nsIDOMSVGPathSeg newItem , int index )

nsIDOMSVGPathSeg appendItem ( nsIDOMSVGPathSeg newItem )

Arguments:
newItem

void clear ( )


nsIDOMSVGPathSeg getItem ( int index )

Arguments:
index

nsIDOMSVGPathSeg initialize ( nsIDOMSVGPathSeg newItem )

Arguments:
newItem

nsIDOMSVGPathSeg insertItemBefore ( nsIDOMSVGPathSeg newItem , int index )

Arguments:
newItem
index

nsIDOMSVGPathSeg removeItem ( int index )

Arguments:
index

nsIDOMSVGPathSeg replaceItem ( nsIDOMSVGPathSeg newItem , int index )

Arguments:
newItem
index

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com