SVGPointList class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

SVGPointList()
factory

Properties

appendItem DOMPoint Function(DOMPoint)

Available on SVGPointList, provided by the SVGPointList$Typings extension

getter/setter pair
clear ↔ void Function()

Available on SVGPointList, provided by the SVGPointList$Typings extension

getter/setter pair
getItem DOMPoint Function(num)

Available on SVGPointList, provided by the SVGPointList$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialize DOMPoint Function(DOMPoint)

Available on SVGPointList, provided by the SVGPointList$Typings extension

getter/setter pair
insertItemBefore DOMPoint Function(DOMPoint, num)

Available on SVGPointList, provided by the SVGPointList$Typings extension

getter/setter pair
length num

Available on SVGPointList, provided by the SVGPointList$Typings extension

MDN Reference
no setter
numberOfItems num

Available on SVGPointList, provided by the SVGPointList$Typings extension

MDN Reference
no setter
removeItem DOMPoint Function(num)

Available on SVGPointList, provided by the SVGPointList$Typings extension

getter/setter pair
replaceItem DOMPoint Function(DOMPoint, num)

Available on SVGPointList, provided by the SVGPointList$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](num index) DOMPoint

Available on SVGPointList, provided by the SVGPointList$Typings extension

operator []=(num index, DOMPoint value) → void

Available on SVGPointList, provided by the SVGPointList$Typings extension