Inheritance
Annotations
  • @DocsEditable()
  • @DomName('SVGTransform')
  • @Unstable()

Constructors

Transform.internal_()

Properties

angle num
@DocsEditable(), @DomName('SVGTransform.angle'), read-only
matrix Matrix
@DocsEditable(), @DomName('SVGTransform.matrix'), read-only
type int
@DocsEditable(), @DomName('SVGTransform.type'), read-only
hashCode int
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

setMatrix(Matrix matrix) → void
@DocsEditable(), @DomName('SVGTransform.setMatrix')
setRotate(num angle, num cx, num cy) → void
@DocsEditable(), @DomName('SVGTransform.setRotate')
setScale(num sx, num sy) → void
@DocsEditable(), @DomName('SVGTransform.setScale')
setSkewX(num angle) → void
@DocsEditable(), @DomName('SVGTransform.setSkewX')
setSkewY(num angle) → void
@DocsEditable(), @DomName('SVGTransform.setSkewY')
setTranslate(num tx, num ty) → void
@DocsEditable(), @DomName('SVGTransform.setTranslate')
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns the result of the JavaScript objects toString method.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited

Static Properties

instanceRuntimeType Type
@Deprecated("Internal Use Only"), read-only

Constants

SVG_TRANSFORM_MATRIX int
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_MATRIX')
1
SVG_TRANSFORM_ROTATE int
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_ROTATE')
4
SVG_TRANSFORM_SCALE int
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_SCALE')
3
SVG_TRANSFORM_SKEWX int
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_SKEWX')
5
SVG_TRANSFORM_SKEWY int
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_SKEWY')
6
SVG_TRANSFORM_TRANSLATE int
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE')
2
SVG_TRANSFORM_UNKNOWN int
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN')
0