LinkJointPolicy mixin
Allows you to define the link's joint behaviour on any gesture registered by the link's joint.
- Mixin applications
Properties
- canvasReader ↔ CanvasReader
-
Allows you to read all data from diagram/canvas model.
getter/setter pairinherited
- canvasWriter ↔ CanvasWriter
-
Allows you to change diagram/canvas model data.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
initializePolicy(
CanvasReader canvasReader, CanvasWriter canvasWriter) → void -
Initialize policy in DiagramEditorContext.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onLinkJointLongPress(
int jointIndex, String linkId) → void -
onLinkJointLongPressEnd(
int jointIndex, String linkId, LongPressEndDetails details) → void -
onLinkJointLongPressMoveUpdate(
int jointIndex, String linkId, LongPressMoveUpdateDetails details) → void -
onLinkJointLongPressStart(
int jointIndex, String linkId, LongPressStartDetails details) → void -
onLinkJointLongPressUp(
int jointIndex, String linkId) → void -
onLinkJointScaleEnd(
int jointIndex, String linkId, ScaleEndDetails details) → void -
onLinkJointScaleStart(
int jointIndex, String linkId, ScaleStartDetails details) → void -
onLinkJointScaleUpdate(
int jointIndex, String linkId, ScaleUpdateDetails details) → void -
onLinkJointTap(
int jointIndex, String linkId) → void -
onLinkJointTapCancel(
int jointIndex, String linkId) → void -
onLinkJointTapDown(
int jointIndex, String linkId, TapDownDetails details) → void -
onLinkJointTapUp(
int jointIndex, String linkId, TapUpDetails details) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited