documentationfor yFiles for HTML 2.6

StripeLabelDecorator

Helps in decorating the lookup method of ILabel instances by providing access to decorators for the most common types.

Inheritance Hierarchy
StripeLabelDecorator

Remarks

Predefined LookupDecorator<TDecoratedType,TInterface> are made available through properties like e.g. highlightDecorator. Note that the list of possible decorations that are available using this class is not exhaustive in any way. This is merely a way to provide access to those interfaces that are more commonly being decorated by the developer.

Typically, a configured instance of this class is available through stripeLabelDecorator on the TableDecorator which is returned by decorator on an ITable.

This decorator can be used to conveniently decorate the lookup of ILabels in an ITable. It serves as a factory for predefined LookupDecorator<TDecoratedType,TInterface> instances that are specifically useful for the ILabel type.

Type Details

yfiles module
view-table
yfiles-umd modules
view-table, view
Legacy UMD name
yfiles.graph.StripeLabelDecorator

See Also

Constructors

Properties

Methods