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 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 subgraph of the DOT language syntax without its embedded elements.
Contains methods to transform graph to the DOT language.
Holds predefined character sequences to separate specific DOT language elements.
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 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 establish subgraph relationships.As a starting point when reading the API, please refer to Export
.toDot.The Graph4Scala DOT UserGuide is available at http://www.assembla.com/spaces/scala-graph/documents.