SVGTransformList class

The SVGTransformList defines a list of SVGTransform objects.

MDN Reference

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

SVGTransformList.new()
factory

Properties

appendItem SVGTransform Function(SVGTransform)

Available on SVGTransformList, provided by the SVGTransformList$Typings extension

getter/setter pair
clear ↔ void Function()

Available on SVGTransformList, provided by the SVGTransformList$Typings extension

getter/setter pair
consolidate SVGTransform? Function()

Available on SVGTransformList, provided by the SVGTransformList$Typings extension

getter/setter pair
createSVGTransformFromMatrix SVGTransform Function([DOMMatrix2DInit?])

Available on SVGTransformList, provided by the SVGTransformList$Typings extension

getter/setter pair
getItem SVGTransform Function(num)

Available on SVGTransformList, provided by the SVGTransformList$Typings extension

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

Available on SVGTransformList, provided by the SVGTransformList$Typings extension

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

Available on SVGTransformList, provided by the SVGTransformList$Typings extension

getter/setter pair
length num

Available on SVGTransformList, provided by the SVGTransformList$Typings extension

no setter
numberOfItems num

Available on SVGTransformList, provided by the SVGTransformList$Typings extension

no setter
removeItem SVGTransform Function(num)

Available on SVGTransformList, provided by the SVGTransformList$Typings extension

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

Available on SVGTransformList, provided by the SVGTransformList$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) SVGTransform

Available on SVGTransformList, provided by the SVGTransformList$Typings extension

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

Available on SVGTransformList, provided by the SVGTransformList$Typings extension