documentationfor yFiles for HTML 2.6

Properties

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

Fields

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

Method Return Values

create (function(IInputModeContext, Rect):boolean)in IMarqueeTestableCreates an implementation of the interface IMarqueeTestable by using the given function as implementation for its isInBox method.
getMarqueeTestable (INode, INodeStyle)in ArrowNodeStyleRendererConfigures the style and node parameters, calls configure and returns this.
getMarqueeTestable (INode, INodeStyle)in BevelNodeStyleRendererConfigures the style and node parameters, calls configure and returns this.
getMarqueeTestable (INode, INodeStyle)in CollapsibleNodeStyleDecoratorRendererConfigures the style and node parameters, calls configure and returns this.
getMarqueeTestable (ILabel, ILabelStyle)in DefaultLabelStyleRendererConfigures the style and label parameters, calls configure and returns this.
getMarqueeTestable (INode, INodeStyle)in GeneralPathNodeStyleRendererConfigures the style and node parameters, calls configure and returns this.
getMarqueeTestable (INode, INodeStyle)in GroupNodeStyleRendererConfigures the style and node parameters, calls configure and returns this.
getMarqueeTestable (IEdge, IEdgeStyle)in IEdgeStyleRendererGets an implementation of the IMarqueeTestable interface that can handle the provided edge and its associated style.
getMarqueeTestable (ILabel, ILabelStyle)in ILabelStyleRendererGets an implementation of the IMarqueeTestable interface that can handle the provided label and its associated style.
getMarqueeTestable (INode, INodeStyle)in INodeStyleRendererGets an implementation of the IMarqueeTestable interface that can handle the provided node and its associated style.
getMarqueeTestable (IPort, IPortStyle)in IPortStyleRendererGets an implementation of the IMarqueeTestable interface that can handle the provided port and its associated style.
getMarqueeTestable (ILabel, ILabelStyle)in IconLabelStyleRendererConfigures the style and label parameters, calls configure and returns this.
getMarqueeTestable (INode, INodeStyle)in ImageNodeStyleRendererConfigures the style and node parameters, calls configure and returns this.
getMarqueeTestable (INode, INodeStyle)in PanelNodeStyleRendererConfigures the style and node parameters, calls configure and returns this.
getMarqueeTestable (IEdge, IEdgeStyle)in PathBasedEdgeStyleRendererConfigures the style and edge parameters, calls configure and returns this.
getMarqueeTestable (INode, INodeStyle)in RectangleNodeStyleRendererConfigures the style and node parameters, calls configure and returns this.
getMarqueeTestable (INode, INodeStyle)in ShapeNodeStyleRendererConfigures the style and node parameters, calls configure and returns this.
getMarqueeTestable (INode, INodeStyle)in ShinyPlateNodeStyleRendererConfigures the style and node parameters, calls configure and returns this.
getMarqueeTestable (INode, INodeStyle)in TableNodeStyleRenderer
getMarqueeTestable (ILabel, ILabelStyle)in TemplateLabelStyleRendererConfigures the style and label properties, calls configure and returns this.
getMarqueeTestable (INode, INodeStyle)in TemplateNodeStyleRendererProvides a marquee testing implementation for the given style and node.
getMarqueeTestable (IPort, IPortStyle)in TemplatePortStyleRendererConfigures the style and port parameters, calls configure and returns this.
getMarqueeTestable (IEdge, IEdgeStyle)in VoidEdgeStyleRendererYields the NEVER that will always report misses.
getMarqueeTestable (ILabel, ILabelStyle)in VoidLabelStyleRendererYields the NEVER that will always report misses.
getMarqueeTestable (INode, INodeStyle)in VoidNodeStyleRendererYields the NEVER that will always report misses.
getMarqueeTestable (IPort, IPortStyle)in VoidPortStyleRendererYields the NEVER that will always report misses.

Implementing Types

ArrowNodeStyleRendererDefault renderer implementation that can be used for ArrowNodeStyle instances.
BevelNodeStyleRendererA INodeStyle renderer implementation that draws a rounded rectangle with a bevel border in a 'shiny plate' fashion.
CollapsibleNodeStyleDecoratorRendererINodeStyleRenderer implementation that can be used in conjunction with CollapsibleNodeStyleDecorator instances.
DefaultLabelStyleRendererAn ILabelStyleRenderer implementation that can handle DefaultLabelStyle 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.
PanelNodeStyleRendererA INodeStyle renderer implementation that draws a floating panel with a slight gradient, a thin border and a drop shadow.
PathBasedEdgeStyleRendererAn abstract base class for IEdgeStyleRenderer implementations that are based on the calculation of a GeneralPath.
RectangleNodeStyleRendererDefault renderer implementation that can be used for RectangleNodeStyle instances.
ShapeNodeStyleRendererDefault renderer implementation that can be used for ShapeNodeStyle instances.
ShinyPlateNodeStyleRendererA INodeStyle renderer implementation that draws a floating shiny plate with a slight gradient, a thin border and a simple drop shadow.
TableNodeStyleRendererDefault renderer implementation that can be used for TableNodeStyle instances.
TemplateLabelStyleRendererAn implementation of the ILabelStyleRenderer interface that can render TemplateLabelStyleBase 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.