Usages of IMarqueeTestable
Properties
| marqueeTestable | in BendDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IMarqueeTestable type for IBends this instance has been created for. | |
| marqueeTestable | in EdgeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IMarqueeTestable type for IEdges this instance has been created for. | |
| marqueeTestable | in LabelDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IMarqueeTestable type for ILabels this instance has been created for. | |
| marqueeTestable | in NodeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IMarqueeTestable type for INodes this instance has been created for. | |
| marqueeTestable | in PortDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IMarqueeTestable type for IPorts this instance has been created for. |
Fields
| ALWAYS | in IMarqueeTestable | An implementation that always yields true. | |
| NEVER | in IMarqueeTestable | An implementation that always yields false. |
Method Return Values
| create (function(IInputModeContext, Rect):boolean) | in IMarqueeTestable | ||
| getMarqueeTestable (IEdge, IEdgeStyle) | in IEdgeStyleRenderer | Gets an implementation of the IMarqueeTestable interface that can handle the provided edge and its associated style. | |
| getMarqueeTestable (ILabel, ILabelStyle) | in ILabelStyleRenderer | Gets an implementation of the IMarqueeTestable interface that can handle the provided label and its associated style. | |
| getMarqueeTestable (INode, INodeStyle) | in INodeStyleRenderer | Gets an implementation of the IMarqueeTestable interface that can handle the provided node and its associated style. | |
| getMarqueeTestable (IPort, IPortStyle) | in IPortStyleRenderer | Gets an implementation of the IMarqueeTestable interface that can handle the provided port and its associated style. |