Options
All
  • Public
  • Public/Protected
  • All
Menu

An enumeration used to control the selection behaviour of the lasso. In some applications it is sufficient when the bounds of an activity intersect with the bounds of the lasso, in others the activities need to be completely contained within the lasso bounds.

since

1.0

see

GraphicsBase.setLassoSelectionBehaviour(LassoSelectionBehaviour)

Index

Enumeration members

BOUNDS_CONTAINMENT

BOUNDS_CONTAINMENT: = "BOUNDS_CONTAINMENT"

A value indicating to the lasso selection that the bounds of an activity need to be completely contained within the bounds of the lasso in order for the activity to become selected.

since

1.0

INTERSECTION

INTERSECTION: = "INTERSECTION"

A value indicating to the lasso selection that a simple intersection of the bounds of an activity with the bounds of the lasso is sufficient for the selection of the activity.

since

1.0

TIME_INTERVAL_CONTAINMENT

TIME_INTERVAL_CONTAINMENT: = "TIME_INTERVAL_CONTAINMENT"

A value indicating to the lasso selection that the time interval of an activity has to be completely contained within the time interval defined by the lasso in order for the activity to become selected.

since

1.0