ImageEditorProperty class

Constructors

ImageEditorProperty()

Properties

baseMapRectLeftDiff double
getter/setter pair
baseMapRectTopDiff double
getter/setter pair
baseMapSize Size
getter/setter pair
fixedRotationAngle int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasXYRotate bool
是否发生x,y旋转
no setter
isTurnAround bool
getter/setter pair
isUpsideDown bool
getter/setter pair
rotateAngel double
getter/setter pair
rotateX int
getter/setter pair
rotateY int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleRatio double
getter/setter pair
scaleRatioCache double?
getter/setter pair
substituteActualSize Size
获取目标替身大小(算上了scale, 受90度旋转 的影响)
no setter
substituteSize Size?
获取目标替身大小
no setter
targetImageWidget Image?
目标图widget控件
getter/setter pair

Methods

directionProportionWeight() Map<Direction, int>
统计左上,右上,右下,左下 4个方向的权重占比
longestStretchWithRotateX() List<Direction>?
rotateX后最长边延伸落在哪个象限
longestStretchWithRotateY() List<Direction>?
rotateY后最长边延伸落在哪个象限
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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