documentationfor yFiles for HTML 2.6

Properties

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

Method Return Values

create (function(ICanvasContext, ICanvasObjectGroup, any):ICanvasObject)in ISelectionIndicatorInstallerCreates an implementation of the interface ISelectionIndicatorInstaller 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.
PointSelectionIndicatorInstallerAn ISelectionIndicatorInstaller implementation that draws an ellipse centered at a given point.
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.