documentationfor yFiles for HTML 2.6

Properties

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

Method Return Values

create (function(ICanvasContext, ICanvasObjectGroup, any):ICanvasObject)in IHighlightIndicatorInstallerCreates an implementation of the interface IHighlightIndicatorInstaller by using the given function as implementation for its addCanvasObject method.

Implementing Types

EdgeDecorationInstallerAn implementation of the ICanvasObjectInstaller interface that can decorate the visual appearance of an IEdge.
EdgeStyleDecorationInstallerAllows the use of an IEdgeStyle to render the selection, highlight or focus indicator of edges.
LabelStyleDecorationInstallerAllows the use of an ILabelStyle to render the selection, highlight or focus indicator of labels.
NodeStyleDecorationInstallerAllows the use of an INodeStyle to render the selection, highlight or focus indicator of nodes.
OrientedRectangleIndicatorInstallerAn abstract base class for the ISelectionIndicatorInstaller, IFocusIndicatorInstaller and IHighlightIndicatorInstaller implementations that draws an oriented rectangle using a template.
PortStyleDecorationInstallerAllows the use of an IPortStyle to render the selection, highlight or focus indicator of ports.
RectangleIndicatorInstallerA basis implementation of ISelectionIndicatorInstaller, IFocusIndicatorInstaller and IHighlightIndicatorInstaller that draws a rectangle using a template.