SVGTransform extension type

on
Implemented types

Properties

angle num
no setter
hashCode int
The hash code for this object.
no setterinherited
matrix DOMMatrix
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMatrix([DOMMatrix2DInit matrix]) → void
setRotate(num angle, num cx, num cy) → void
setScale(num sx, num sy) → void
setSkewX(num angle) → void
setSkewY(num angle) → void
setTranslate(num tx, num ty) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

SVG_TRANSFORM_MATRIX int
no setter
SVG_TRANSFORM_ROTATE int
no setter
SVG_TRANSFORM_SCALE int
no setter
SVG_TRANSFORM_SKEWX int
no setter
SVG_TRANSFORM_SKEWY int
no setter
SVG_TRANSFORM_TRANSLATE int
no setter
SVG_TRANSFORM_UNKNOWN int
no setter