documentationfor yFiles for HTML 2.6

Properties

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

Method Return Values

create (function(ICanvasContext, ICanvasObjectGroup, any):ICanvasObject)in IFocusIndicatorInstallerCreates an implementation of the interface IFocusIndicatorInstaller 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.