Spacing
scalax.collection.io.dot.Spacing
case class Spacing(indent: Indent, graphAttrSeparator: AttrSeparator, elemAttrSeparator: AttrSeparator)
Value parameters
- elemAttrSeparator
-
the separator to be used for edge/node level DOT graph language elements.
- graphAttrSeparator
-
the separator to be used for graph/subgraph level DOT graph language elements.
- indent
-
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.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
object DefaultSpacing.type
Members list
In this article