documentationfor yFiles for HTML 3.0.0.2

IMapper<K,V>

An interface for typed dictionary-like implementations.

Remarks

IMapper<K,V>s are most prominently used when working with supplemental configuration for layout algorithms and custom data in GraphML.

Related Reading in the Developer's Guide

Using IMapper<K,V> is described in the section Associating Data with Graph Elements.

Related Programming Samples

Drag and Drop
Shows drag and drop of nodes, groups and labels.

Type Parameters

K
The type of element this interface accepts as keys for the mapping.
V
The type of element this interface accepts as values for the mapping.

Type Details

yFiles module
core

See Also

Methods

Static Methods