Template to define any DOT graph attribute separator.
Represents ID '=' ID of the DOT language syntax.
Represents edge_stmt of the DOT language syntax.
Represents node_stmt of the DOT language syntax with the exception of subgraph which is covered by the return
value of the user-supplied *Transformer functions passed to toDot.
Represents node_stmt of the DOT language syntax 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 syntax without its embedded elements.
Represents stmt of the DOT language syntax with the exception of subgraph which is covered by the return
value of the user-supplied *Transformer functions passed to toDot.
Represents stmt of the DOT language syntax with the exception of subgraph which is covered by the return
value of the user-supplied *Transformer functions passed to toDot..
Represents subgraph of the DOT language syntax without its embedded elements.
Contains methods to transform graph to the DOT language.
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.
Predefined units of indentation.
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.