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.

nsIDOMSVGPointList

IID:4c12af24-0fc2-4fe7-b71d-5d6b41d463c1
Inherits From:nsISupports

Properties

readonly PRUint32 numberOfItems


Methods

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

nsIDOMSVGPoint appendItem ( nsIDOMSVGPoint newItem )

Arguments:
newItem

void clear ( )


nsIDOMSVGPoint getItem ( PRUint32 index )

Arguments:
index

nsIDOMSVGPoint initialize ( nsIDOMSVGPoint newItem )

Arguments:
newItem

nsIDOMSVGPoint insertItemBefore ( nsIDOMSVGPoint newItem , PRUint32 index )

Arguments:
newItem
index

nsIDOMSVGPoint removeItem ( PRUint32 index )

Arguments:
index

nsIDOMSVGPoint replaceItem ( nsIDOMSVGPoint newItem , PRUint32 index )

Arguments:
newItem
index

References

This interface is the type of the following properties:

nsIDOMSVGAnimatedPoints.animatedPoints, nsIDOMSVGAnimatedPoints.points

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com