Interface IDotNodeAdorner
- Namespace
- Echo.Graphing.Serialization.Dot
- Assembly
- Echo.dll
Provides members for adorning a node in a graph.
public interface IDotNodeAdorner
Methods
GetNodeAttributes(INode, long)
Obtains the adornments that should be added to the node.
IDictionary<string, string>? GetNodeAttributes(INode node, long id)
Parameters
Returns
- IDictionary<string, string>
The adornments.