- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- Transform
- Annotations
- DocsEditable()
- DomName('SVGTransform')
- Unstable()
Constants
- SVG_TRANSFORM_MATRIX → int
-
1
- SVG_TRANSFORM_ROTATE → int
-
4
- SVG_TRANSFORM_SCALE → int
-
3
- SVG_TRANSFORM_SKEWX → int
-
5
- SVG_TRANSFORM_SKEWY → int
-
6
- SVG_TRANSFORM_TRANSLATE → int
-
2
- SVG_TRANSFORM_UNKNOWN → int
-
0
Static Properties
- instanceRuntimeType → Type
-
read-only
Constructors
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
setMatrix(
Matrix 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 -
Returns the result of the JavaScript objects
toString
method.inherited