documentationfor yFiles for HTML 3.0.0.3

HighlightIndicatorManager<T extends ILookup>

A ModelManager<T> implementation that manages the visual decorations of highlighted elements in a canvas.

Inheritance Hierarchy

Remarks

For each item in the domain that should be highlighted, this class uses the ILookup mechanism of the items to loo kup an IHighlightRenderer<T> implementation which will render the decoration in the canvas.

If a new HighlightIndicatorManager<T> instance is not set via the highlightIndicatorManager property, it is important to set the domain and items properties after instantiation. Also, make sure to call the install life-cycle method.

The default implementation of the renderer is using the yfiles-highlight-template CSS class and possibly one of the following CSS classes depending on the item type: yfiles-node-highlight-template, yfiles-edge-highlight-template, yfiles-label-highlight-template, yfiles-port-highlight-template.

Related Reading in the Developer's Guide

An overview of the different CSS styling options is presented in detail in the section Using CSS Styling for the Indicators .

Type Parameters

T: ILookup
The type of the items.

Type Details

yFiles module
view

See Also

Constructors

Properties

Methods