ImageEditorController class

Constructors

ImageEditorController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRotateAngle90() → void
90度旋转角度增加
addRotateXAngle() → void
x轴旋转角度增加
addRotateYAngle() → void
y轴旋转角度增加
addRotateZAngle() → void
Z旋转角度增加
addScaleRatio() → void
缩放比例增加
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reduceRotateAngle90() → void
90度旋转角度减少
reduceRotateXAngle() → void
x轴旋转角度减少
reduceRotateYAngle() → void
y轴旋转角度减少
reduceRotateZAngle() → void
Z旋转角度减少
reduceScaleRatio() → void
缩放比例减少
restore() → void
还原
tailor() → void
裁剪
toString() String
A string representation of this object.
inherited
turnAround() → void
upsideDown() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited