PolylineOp class sealed
Sealed class for polyline operations (undo/redo support).
- Implemented types
- Implementers
Properties
Methods
-
apply(
List< InteractivePolyline< current) → Op<Object> >InteractivePolyline< Object> > -
Applies this operation to the
currentlist.inherited -
canMerge(
Op< InteractivePolyline< other) → boolObject> > -
Checks if this operation can be merged with
other.inherited -
merge(
Op< InteractivePolyline< other) → Op<Object> >InteractivePolyline< Object> > -
Merges this operation with
other, returning a new operation.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
revert(
List< InteractivePolyline< current) → Op<Object> >InteractivePolyline< Object> > -
Reverts this operation from the
currentlist.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited