Usages of DataKey
Method Parameters
keyEquals (DataKey<TValue>) | in DataKey | Returns whether this key is equal to the specified other . | |
remove (DataKey<TValue>) | in LayoutGraphContext | Removes the data registered for the graph with the specified DataKey<TValue>. |
Extending Types
EdgeDataKey | This class is used as a look-up key for registering IMapper<K,V> for LayoutEdges with a LayoutGraph. | |
EdgeLabelDataKey | This class is used as a look-up key for registering IMapper<K,V> for LayoutEdgeLabels with a LayoutGraph. | |
NodeDataKey | This class is used as look-up key for registering IMapper<K,V> for LayoutNodes with a LayoutGraph. | |
NodeLabelDataKey | This class is used as look-up key for registering IMapper<K,V> for LayoutNodeLabels with a LayoutGraph. | |
ValueDataKey | This class is used as look-up key for registering a single value with a graph. |