documentationfor yFiles for HTML 2.6

Usages of Mapper

Method Return Values

createMapper (Class, Class, Object)in IMapperRegistryCreates and adds a new Mapper<K,V> to the registry using the provided tag.
createMapper (NodeDpKey<V>)in IMapperRegistryCreates and adds a new Mapper<K,V> with key type INode to the registry using the provided tag.
createMapper (ILabelLayoutDpKey<V>)in IMapperRegistryCreates and adds a new Mapper<K,V> with key type ILabel to the registry using the provided tag.
createMapper (EdgeDpKey<V>)in IMapperRegistryCreates and adds a new Mapper<K,V> with key type IEdge to the registry using the provided tag.