XBImageEditorOperaUtil class

Constructors

XBImageEditorOperaUtil.new({required VoidCallback onChanged})

Properties

angle double
角度
no setter
calculateRotate int
大于0,逆时针 小于0,顺时针
no setter
hashCode int
The hash code for this object.
no setterinherited
isV bool
no setter
lastClipOpear XBImageEditorOperaClip?
no setter
lastMosaicOpear XBImageEditorOperaMosaic?
no setter
lastPenOpear XBImageEditorOperaPen?
no setter
lastTextOpear XBImageEditorOperaText?
no setter
onChanged VoidCallback
final
operas List<XBImageEditorOpera>
getter/setter pair
radians double
弧度
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedTextOpear XBImageEditorOperaText?
no setter
tapingEditTextOpear XBImageEditorOperaText?
no setter
tapingTextOpear XBImageEditorOperaText?
no setter

Methods

add(XBImageEditorOpera opera) → dynamic
degreesToRadians(double degrees) double
delete(XBImageEditorOpera opera) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify() → dynamic
toString() String
A string representation of this object.
inherited
unSelectedAllTextOpera() → void
unTapingAllTextOpera() → void
unTapingEditAllTextOpera() → void

Operators

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