Template to define any DOT graph attribute separator.
Represents ID '=' ID of the DOT language grammar.
Represents ID '=' ID of the DOT language grammar.
Represents edge_stmt of the DOT language grammar with the exception of subgraph which is covered by the return
value of the user-supplied *Transformer functions passed to toDot..
Represents ID of the DOT language abstract grammar.
Represents node_stmt of the DOT language grammar with the exception of subgraph which is covered by the return
value of the user-supplied *Transformer functions passed to toDot..
Represents graph of the DOT language grammar without embedded node_stmt, edge_stmt and subgraph.
Represents stmt of the DOT language grammar.
Represents subgraph of the DOT language grammar without embedded node_stmt, edge_stmt and subgraph.
Contains methods to transform graph to the DOT language.
Verified DOT ID.
Verified DOT node_id.
unit of indentation to be used at the beginning of DOT graph lines. This unit is taken n times with n being the depths of the content represented on a given line. The depth increases with DOT subgraphs.
the separator to be used for graph/subgraph level DOT graph language elements.
the separator to be used for edge/node level DOT graph language elements.
Holds predefined character sequences to separate specific DOT language elements.
scalax.collection.io.dot.Spacing with indent set to Tab,
graphAttrSeparator set to NewLine and
elemAttrSeparator set to SemicolonSpace.
Represents constants of attr_stmt of the DOT language.
Predefined units of indentation.
Types for reord-based nodes as described on [http://www.graphviz.org/doc/info/shapes.html].
Enables to call <g>.toDot with <g> being a Graph instance.
Enables to export
Graphinstances to the DOT language by means of user-defined edge and node transformers. Transformers may enrich the DOT structure with arbitrary DOT attributes and also establish subgraph relationships.As a starting point when reading the API, please refer to scalax.collection.io.dot.Export
.toDot.See also the Graph for Scala DOT User Guide.