documentationfor yFiles for HTML 3.0.0.3

Usages of ILassoTestable

Properties

lassoTestablein BendDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the ILassoTestable type for IBends this instance has been created for.
lassoTestablein EdgeDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the ILassoTestable type for IEdges this instance has been created for.
lassoTestablein LabelDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the ILassoTestable type for ILabels this instance has been created for.
lassoTestablein NodeDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the ILassoTestable type for INodes this instance has been created for.
lassoTestablein PortDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the ILassoTestable type for IPorts this instance has been created for.

Fields

ALWAYSin ILassoTestableAn implementation that always yields true.
NEVERin ILassoTestableAn implementation that always yields false.

Method Return Values

create (function(IInputModeContext, GeneralPath):boolean)in ILassoTestable
fromOrientedRectangle (IOrientedRectangle)in ILassoTestableCreates an implementation of the ILassoTestable interface that tests if the orientedRectangle intersects the area of the lasso path.
fromPoint (IPoint)in ILassoTestableCreates an implementation of the ILassoTestable interface that tests if the point is contained in the lasso path.
fromRectangle (IRectangle)in ILassoTestableCreates an implementation of the ILassoTestable interface that tests if the rectangle intersects the area of the lasso path.
getLassoTestable (IEdge, IEdgeStyle)in IEdgeStyleRendererGets an implementation of the ILassoTestable interface that can handle the provided edge and its associated style.
getLassoTestable (ILabel, ILabelStyle)in ILabelStyleRendererGets an implementation of the ILassoTestable interface that can handle the provided label and its associated style.
getLassoTestable (INode, INodeStyle)in INodeStyleRendererGets an implementation of the ILassoTestable interface that can handle the provided node and its associated style.
getLassoTestable (IPort, IPortStyle)in IPortStyleRendererGets an implementation of the ILassoTestable interface that can handle the provided port and its associated style.