Transform

注解
  • @Unstable()
  • @Native("SVGTransform")

属性

angle num?
没有设置器
hashCode int
此对象的哈希码。
没有设置器继承
matrix Matrix?
没有设置器
runtimeType Type
对象运行时类型的表示。
没有设置器继承
type int?
没有设置器

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的属性或方法时被调用。
继承
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
此对象的字符串表示。
继承

操作符

operator ==(Object other) bool
等于操作符。
继承

常量

SVG_TRANSFORM_MATRIX → const int
SVG_TRANSFORM_ROTATE → const int
SVG_TRANSFORM_SCALE → const int
SVG_TRANSFORM_SKEWX → const int
SVG_TRANSFORM_SKEWY → const int
SVG_TRANSFORM_TRANSLATE → const int
SVG_TRANSFORM_UNKNOWN → const int