documentationfor yFiles for HTML 2.6

Usages of ILassoTestable

Properties

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

Fields

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

Method Return Values

create (function(IInputModeContext, GeneralPath):boolean)in ILassoTestableCreates an implementation of the interface ILassoTestable by using the given function as implementation for its isInPath method.
fromOrientedRectangle (IOrientedRectangle)in LassoTestablesCreates an implementation of the ILassoTestable interface that tests if the orientedRectangle intersects the area of the lasso path.
fromPoint (IPoint)in LassoTestablesCreates an implementation of the ILassoTestable interface that tests if the point is contained in the lasso path.
fromRectangle (IRectangle)in LassoTestablesCreates an implementation of the ILassoTestable interface that tests if the rectangle intersects the area of the lasso path.

Implementing Types

ArrowNodeStyleRendererDefault renderer implementation that can be used for ArrowNodeStyle instances.
GeneralPathNodeStyleRendererAn INodeStyleRenderer implementation that can handle GeneralPathNodeStyle instances.
GroupNodeStyleRendererDefault renderer implementation for GroupNodeStyle instances.
IconLabelStyleRendererAn ILabelStyleRenderer that can handle IconLabelStyle instances.
ImageNodeStyleRendererA style renderer implementation that can be used together with ImageNodeStyle instances.
PathBasedEdgeStyleRendererAn abstract base class for IEdgeStyleRenderer implementations that are based on the calculation of a GeneralPath.
ShapeNodeStyleRendererDefault renderer implementation that can be used for ShapeNodeStyle instances.
TemplateNodeStyleRendererAn implementation of the INodeStyleRenderer interface that can render TemplateNodeStyleBase instances.
TemplatePortStyleRendererAn implementation of the IPortStyleRenderer interface that can render TemplatePortStyleBase instances.
DefaultPortCandidateDescriptorAn ICanvasObjectDescriptor implementation that can be used to draw IPortCandidate instances in a CanvasComponent.