Usages of ILassoTestable
Properties
| lassoTestable | in BendDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the ILassoTestable type for IBends this instance has been created for. | |
| lassoTestable | in EdgeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the ILassoTestable type for IEdges this instance has been created for. | |
| lassoTestable | in LabelDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the ILassoTestable type for ILabels this instance has been created for. | |
| lassoTestable | in NodeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the ILassoTestable type for INodes this instance has been created for. | |
| lassoTestable | in PortDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the ILassoTestable type for IPorts this instance has been created for. |
Fields
| ALWAYS | in ILassoTestable | An implementation that always yields true. | |
| NEVER | in ILassoTestable | An implementation that always yields false. |
Method Return Values
| create (function(IInputModeContext, GeneralPath):boolean) | in ILassoTestable | ||
| fromOrientedRectangle (IOrientedRectangle) | in ILassoTestable | Creates an implementation of the ILassoTestable interface that tests if the orientedRectangle intersects the area of the lasso path. | |
| fromPoint (IPoint) | in ILassoTestable | Creates an implementation of the ILassoTestable interface that tests if the point is contained in the lasso path. | |
| fromRectangle (IRectangle) | in ILassoTestable | Creates an implementation of the ILassoTestable interface that tests if the rectangle intersects the area of the lasso path. | |
| getLassoTestable (IEdge, IEdgeStyle) | in IEdgeStyleRenderer | Gets an implementation of the ILassoTestable interface that can handle the provided edge and its associated style. | |
| getLassoTestable (ILabel, ILabelStyle) | in ILabelStyleRenderer | Gets an implementation of the ILassoTestable interface that can handle the provided label and its associated style. | |
| getLassoTestable (INode, INodeStyle) | in INodeStyleRenderer | Gets an implementation of the ILassoTestable interface that can handle the provided node and its associated style. | |
| getLassoTestable (IPort, IPortStyle) | in IPortStyleRenderer | Gets an implementation of the ILassoTestable interface that can handle the provided port and its associated style. |