FlipOperation class
Operation to flip an image horizontally or vertically.
- Inheritance
-
- Object
- ImageOperation
- FlipOperation
Constructors
- FlipOperation.new({required int flipCode})
- Creates a new FlipOperation.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toPythonCode(
) → String -
Converts the operation to Python code.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited