On this page
Transform class
- Inheritance
 - 
    
- Object
 - JSObject
 - DartHtmlDomObject
 - Transform
 
 - Annotations
 - 
    
- @DocsEditable()
 - @DomName('SVGTransform')
 - @Unstable()
 
 
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 
Static Properties
- instanceRuntimeType → Type
    @Deprecated("Internal Use Only"), read-only
 
Constructors
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
    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
toStringmethod. 
© 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