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.

nsIDOMSVGPathSegList

IID:94a6db98-3f34-4529-a35f-89ef49713795
Inherits From:nsISupports

Properties

readonly PRUint32 numberOfItems


Methods

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

nsIDOMSVGPathSeg appendItem ( nsIDOMSVGPathSeg newItem )

Arguments:
newItem

void clear ( )


nsIDOMSVGPathSeg getItem ( PRUint32 index )

Arguments:
index

nsIDOMSVGPathSeg initialize ( nsIDOMSVGPathSeg newItem )

Arguments:
newItem

nsIDOMSVGPathSeg insertItemBefore ( nsIDOMSVGPathSeg newItem , PRUint32 index )

Arguments:
newItem
index

nsIDOMSVGPathSeg removeItem ( PRUint32 index )

Arguments:
index

nsIDOMSVGPathSeg replaceItem ( nsIDOMSVGPathSeg newItem , PRUint32 index )

Arguments:
newItem
index

References

This interface is the type of the following properties:

nsIDOMSVGAnimatedPathData.animatedNormalizedPathSegList, nsIDOMSVGAnimatedPathData.animatedPathSegList, nsIDOMSVGAnimatedPathData.normalizedPathSegList, nsIDOMSVGAnimatedPathData.pathSegList

Reference documentation is generated from Mozilla's source.