Transform class

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

Constants

SVG_TRANSFORM_MATRIXint
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_MATRIX')
1
SVG_TRANSFORM_ROTATEint
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_ROTATE')
4
SVG_TRANSFORM_SCALEint
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_SCALE')
3
SVG_TRANSFORM_SKEWXint
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_SKEWX')
5
SVG_TRANSFORM_SKEWYint
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_SKEWY')
6
SVG_TRANSFORM_TRANSLATEint
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE')
2
SVG_TRANSFORM_UNKNOWNint
@DocsEditable(), @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN')
0

Static Properties

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

Constructors

Transform.internal_()

Properties

anglenum
@DocsEditable(), @DomName('SVGTransform.angle'), read-only
matrixMatrix
@DocsEditable(), @DomName('SVGTransform.matrix'), read-only
typeint
@DocsEditable(), @DomName('SVGTransform.type'), read-only
hashCodeint
read-only, inherited
runtimeTypeType
read-only, inherited

A representation of the runtime type of the object.

Operators

operator ==(other) → bool
inherited

The equality operator.

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
inherited

Invoked when a non-existent method or property is accessed.

toString() → String
inherited

Returns the result of the JavaScript objects toString method.

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-svg/Transform-class.html