Transform class
- Annotations
- @Unstable.new()
- @Native.new("SVGTransform")
Properties
Methods
- noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- setMatrix(
Matrixmatrix)→ void - setRotate(
numangle,numcx,numcy)→ void - setScale(
numsx,numsy)→ void - setSkewX(
numangle)→ void - setSkewY(
numangle)→ void - setTranslate(
numtx,numty)→ void - toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited
Constants
- SVG_TRANSFORM_MATRIX→ constint
- SVG_TRANSFORM_ROTATE→ constint
- SVG_TRANSFORM_SCALE→ constint
- SVG_TRANSFORM_SKEWX→ constint
- SVG_TRANSFORM_SKEWY→ constint
- SVG_TRANSFORM_TRANSLATE→ constint
- SVG_TRANSFORM_UNKNOWN→ constint